Html Css Color HEX #70ADAC Neptune

📋 copy color: '#70ADAC'

red 112 ◦ green 173 ◦ blue 172

#70ADAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neptune #70ADAC

Tints of Neptune #70ADAC

RGB

 RED value IS 112 (44.14% from 255) = 24.51%

 GREEN value IS 173 (67.97% from 255) = 37.86%

 BLUE value IS 172 (67.58% from 255) = 37.64%

R = 24.51%
G = 37.86%
B = 37.64%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#70ADAC (or 0x70ADAC) is known color: Neptune. HEX triplet: 70, AD and AC. RGB value is (112,173,172). Sum of RGB (Red+Green+Blue) = 112+173+172=457 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.51% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 173 - color contains mainly: green. Hex color #70ADAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70ADAC is #8F5253. Grayscale: #9A9A9A. Windows color (decimal): -9392724 or 11316592. OLE color: 11316592.

HSL color Cylindrical-coordinate representation of color #70ADAC: hue angle of 179.02º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #70ADAC is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 173 172 -
CMYK 0.35 0 0.01 0.32
HSL 179.02º 0.27% 0.56% -
HSV(B) 179.02º 0.35% 0.68% -
XYZ 29.07 36.31 44.51 -
YUV 154.65 137.79 97.58 -
System Red Green Blue C M Y K H S L
Decimal 112 173 172 0.35 0 0.01 0.32 179.02 0.27 0.56
Hex 70 AD AC 23 0 1 20 B3 1B 38
Octal 160 255 254 43 0 1 40 263 33 70
Binary 1110000 10101101 10101100 100011 0 1 100000 10110011 11011 111000

Color Harmonies of #70ADAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ADAC

Black with #70ADAC

Text Example


Text Example

White with #70ADAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70ADAC; }

 p { color: rgb(112,173,172); }

 H1.HeaderClassName
 {
   color: #70ADAC;
 }
 .AnyTagClassName
 {
   color: #70ADAC;
 }
</style>

background-color css

<style>
 a { background-color: #70ADAC; }

 a { background-color: rgb(112,173,172); }

 div.DivClassName
 {
   background-color: #70ADAC;
 }
 .BgClassName
 {
   background-color: #70ADAC;
 }
</style>

border-color css

<style>
 span { border-color: #70ADAC; }

 span { border-color: rgb(112,173,172); }

 td.TdClassName
 {
   border-color: #70ADAC;
 }
 .TagClassName
 {
   border-color: #70ADAC;
 }
</style>