#72A09F

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

Shades of Neptune #72A09F

Tints of Neptune #72A09F

Color information

#72A09F (or 0x72A09F) is unknown color: approx Neptune. HEX triplet: 72, A0 and 9F. RGB value is (114,160,159). Sum of RGB (Red+Green+Blue) = 114+160+159=433 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.33% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 159 (62.5% from 255 or 36.72% from 433); Max value from RGB is 160 - color contains mainly: green. Hex color #72A09F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A09F is #8D5F60. Grayscale: #929292. Windows color (decimal): -9264993 or 10461298. OLE color: 10461298.

HSL color Cylindrical-coordinate representation of color #72A09F: hue angle of 178.7º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #72A09F is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB114160159-
CMYK0.2900.010.37
HSL178.7º19.49%53.73%-
HSV(B)178.7º28.75%62.75%-
XYZ25.7731.2237.47-
YUV146.13135.26105.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.33%
GREEN value IS 160 (62.89% from 255) = 36.95%
BLUE value IS 159 (62.5% from 255) = 36.72%
R=26.33%
G=36.95%
B=36.72%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1141601590.2900.010.37178.719.4953.73
Hex72A09F1D0125b31336
Octal1622402373501452632366
Binary1110010101000001001111111101011001011011001110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,160,159); }

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

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

 a { background-color: rgb(114,160,159); }

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

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

 span { border-color: rgb(114,160,159); }

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