#72A6AB

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

Shades of Neptune #72A6AB

Tints of Neptune #72A6AB

Color information

#72A6AB (or 0x72A6AB) is unknown color: approx Neptune. HEX triplet: 72, A6 and AB. RGB value is (114,166,171). Sum of RGB (Red+Green+Blue) = 114+166+171=451 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.28% from 451); Green value is 166 (65.23% from 255 or 36.81% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 171 - color contains mainly: blue. Hex color #72A6AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A6AB is #8D5954. Grayscale: #969696. Windows color (decimal): -9263445 or 11249266. OLE color: 11249266.

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

Color convert

RGB114166171-
CMYK0.330.0300.33
HSL185.26º25.33%55.88%-
HSV(B)185.26º33.33%67.06%-
XYZ27.9333.7943.58-
YUV151.02139.27101.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.28%
GREEN value IS 166 (65.23% from 255) = 36.81%
BLUE value IS 171 (67.19% from 255) = 37.92%
R=25.28%
G=36.81%
B=37.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141661710.330.0300.33185.2625.3355.88
Hex72A6AB213021b91938
Octal1622462534130412713170
Binary111001010100110101010111000011101000011011100111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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