Html Css Color HEX #72AAA9 Neptune

📋 copy color: '#72AAA9'

red 114 ◦ green 170 ◦ blue 169

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

Shades of Neptune #72AAA9

Tints of Neptune #72AAA9

RGB

 RED value IS 114 (44.92% from 255) = 25.17%

 GREEN value IS 170 (66.8% from 255) = 37.53%

 BLUE value IS 169 (66.41% from 255) = 37.31%

R = 25.17%
G = 37.53%
B = 37.31%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#72AAA9 (or 0x72AAA9) is known color: Neptune. HEX triplet: 72, AA and A9. RGB value is (114,170,169). Sum of RGB (Red+Green+Blue) = 114+170+169=453 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.17% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 169 (66.41% from 255 or 37.31% from 453); Max value from RGB is 170 - color contains mainly: green. Hex color #72AAA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AAA9 is #8D5556. Grayscale: #999999. Windows color (decimal): -9262423 or 11119218. OLE color: 11119218.

HSL color Cylindrical-coordinate representation of color #72AAA9: hue angle of 178.93º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #72AAA9 is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 170 169 -
CMYK 0.33 0 0.01 0.33
HSL 178.93º 0.25% 0.56% -
HSV(B) 178.93º 0.33% 0.67% -
XYZ 28.48 35.19 42.83 -
YUV 153.14 136.95 100.08 -
System Red Green Blue C M Y K H S L
Decimal 114 170 169 0.33 0 0.01 0.33 178.93 0.25 0.56
Hex 72 AA A9 21 0 1 21 B3 19 38
Octal 162 252 251 41 0 1 41 263 31 70
Binary 1110010 10101010 10101001 100001 0 1 100001 10110011 11001 111000

Color Harmonies of #72AAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AAA9

Black with #72AAA9

Text Example


Text Example

White with #72AAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72AAA9; }

 p { color: rgb(114,170,169); }

 H1.HeaderClassName
 {
   color: #72AAA9;
 }
 .AnyTagClassName
 {
   color: #72AAA9;
 }
</style>

background-color css

<style>
 a { background-color: #72AAA9; }

 a { background-color: rgb(114,170,169); }

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

border-color css

<style>
 span { border-color: #72AAA9; }

 span { border-color: rgb(114,170,169); }

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