#72AAB3

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

Shades of Neptune #72AAB3

Tints of Neptune #72AAB3

Color information

#72AAB3 (or 0x72AAB3) is unknown color: approx Neptune. HEX triplet: 72, AA and B3. RGB value is (114,170,179). Sum of RGB (Red+Green+Blue) = 114+170+179=463 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.62% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 179 (70.31% from 255 or 38.66% from 463); Max value from RGB is 179 - color contains mainly: blue. Hex color #72AAB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72AAB3 is #8D554C. Grayscale: #9A9A9A. Windows color (decimal): -9262413 or 11774578. OLE color: 11774578.

HSL color Cylindrical-coordinate representation of color #72AAB3: hue angle of 188.31º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #72AAB3 is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB114170179-
CMYK0.360.0500.30
HSL188.31º29.95%57.45%-
HSV(B)188.31º36.31%70.2%-
XYZ29.4535.5847.96-
YUV154.28141.9599.27-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.62%
GREEN value IS 170 (66.80% from 255) = 36.72%
BLUE value IS 179 (70.31% from 255) = 38.66%
R=24.62%
G=36.72%
B=38.66%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1141701790.360.0500.30188.3129.9557.45
Hex72AAB324501Ebc1e39
Octal1622522634450362743671
Binary111001010101010101100111001001010111101011110011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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