#72AAA8

Color #72AAA8 Neptune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neptune #72AAA8

Tints of Neptune #72AAA8

Color information

#72AAA8 (or 0x72AAA8) is unknown color: approx Neptune. HEX triplet: 72, AA and A8. RGB value is (114,170,168). Sum of RGB (Red+Green+Blue) = 114+170+168=452 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.22% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 168 (66.02% from 255 or 37.17% from 452); Max value from RGB is 170 - color contains mainly: green. Hex color #72AAA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AAA8 is #8D5557. Grayscale: #989898. Windows color (decimal): -9262424 or 11053682. OLE color: 11053682.

HSL color Cylindrical-coordinate representation of color #72AAA8: hue angle of 177.86º 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 #72AAA8 is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB114170168-
CMYK0.3300.010.33
HSL177.86º24.78%55.69%-
HSV(B)177.86º32.94%66.67%-
XYZ28.3835.1542.34-
YUV153.03136.45100.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.22%
GREEN value IS 170 (66.80% from 255) = 37.61%
BLUE value IS 168 (66.02% from 255) = 37.17%
R=25.22%
G=37.61%
B=37.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141701680.3300.010.33177.8624.7855.69
Hex72AAA8210121b21938
Octal1622522504101412623170
Binary11100101010101010101000100001011000011011001011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #72AAA8;
 }
 .AnyTagClassName
 {
   color: #72AAA8;
 }
</style>
background-color css

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

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

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

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

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

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