#72AAB0

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

Shades of Neptune #72AAB0

Tints of Neptune #72AAB0

Color information

#72AAB0 (or 0x72AAB0) is unknown color: approx Neptune. HEX triplet: 72, AA and B0. RGB value is (114,170,176). Sum of RGB (Red+Green+Blue) = 114+170+176=460 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.78% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 176 (69.14% from 255 or 38.26% from 460); Max value from RGB is 176 - color contains mainly: blue. Hex color #72AAB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AAB0 is #8D554F. Grayscale: #999999. Windows color (decimal): -9262416 or 11577970. OLE color: 11577970.

HSL color Cylindrical-coordinate representation of color #72AAB0: hue angle of 185.81º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #72AAB0 is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB114170176-
CMYK0.350.0300.31
HSL185.81º28.18%56.86%-
HSV(B)185.81º35.23%69.02%-
XYZ29.1535.4646.38-
YUV153.94140.4599.51-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.78%
GREEN value IS 170 (66.80% from 255) = 36.96%
BLUE value IS 176 (69.14% from 255) = 38.26%
R=24.78%
G=36.96%
B=38.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1141701760.350.0300.31185.8128.1856.86
Hex72AAB023301Fba1c39
Octal1622522604330372723471
Binary11100101010101010110000100011110111111011101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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