#72A4AB

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

Shades of Neptune #72A4AB

Tints of Neptune #72A4AB

Color information

#72A4AB (or 0x72A4AB) is unknown color: approx Neptune. HEX triplet: 72, A4 and AB. RGB value is (114,164,171). Sum of RGB (Red+Green+Blue) = 114+164+171=449 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.39% from 449); Green value is 164 (64.45% from 255 or 36.53% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 171 - color contains mainly: blue. Hex color #72A4AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A4AB is #8D5B54. Grayscale: #959595. Windows color (decimal): -9263957 or 11248754. OLE color: 11248754.

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

Color convert

RGB114164171-
CMYK0.330.0400.33
HSL187.37º25.33%55.88%-
HSV(B)187.37º33.33%67.06%-
XYZ27.5733.0743.46-
YUV149.85139.94102.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.39%
GREEN value IS 164 (64.45% from 255) = 36.53%
BLUE value IS 171 (67.19% from 255) = 38.08%
R=25.39%
G=36.53%
B=38.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141641710.330.0400.33187.3725.3355.88
Hex72A4AB214021bb1938
Octal1622442534140412733170
Binary1110010101001001010101110000110001000011011101111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,164,171); }

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

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

 a { background-color: rgb(114,164,171); }

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

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

 span { border-color: rgb(114,164,171); }

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