Shades of Neptune #72AEB0
Tints of Neptune #72AEB0
RGB
CMYK
RGB Variations
Color information
#72AEB0 (or 0x72AEB0) is known color: Neptune. HEX triplet: 72, AE and B0. RGB value is (114,174,176). Sum of RGB (Red+Green+Blue) = 114+174+176=464 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.57% from 464); Green value is 174 (68.36% from 255 or 37.5% from 464); Blue value is 176 (69.14% from 255 or 37.93% from 464); Max value from RGB is 176 - color contains mainly: blue. Hex color #72AEB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AEB0 is #8D514F. Grayscale: #9C9C9C. Windows color (decimal): -9261392 or 11578994. OLE color: 11578994.
HSL color Cylindrical-coordinate representation of color #72AEB0: hue angle of 181.94º 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 #72AEB0 is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 114 | 174 | 176 | - |
| CMYK | 0.35 | 0.01 | 0 | 0.31 |
| HSL | 181.94º | 0.28% | 0.57% | - |
| HSV(B) | 181.94º | 0.35% | 0.69% | - |
| XYZ | 29.91 | 36.98 | 46.64 | - |
| YUV | 156.29 | 139.12 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 174 | 176 | 0.35 | 0.01 | 0 | 0.31 | 181.94 | 0.28 | 0.57 |
| Hex | 72 | AE | B0 | 23 | 1 | 0 | 1F | B6 | 1C | 39 |
| Octal | 162 | 256 | 260 | 43 | 1 | 0 | 37 | 266 | 34 | 71 |
| Binary | 1110010 | 10101110 | 10110000 | 100011 | 1 | 0 | 11111 | 10110110 | 11100 | 111001 |
Color Harmonies of #72AEB0
Complementary color
Monochromatic Colors of #72AEB0
Black with #72AEB0
Text Example
Text Example
White with #72AEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AEB0; }
p { color: rgb(114,174,176); }
H1.HeaderClassName
{
color: #72AEB0;
}
.AnyTagClassName
{
color: #72AEB0;
}
</style>
background-color css
<style>
a { background-color: #72AEB0; }
a { background-color: rgb(114,174,176); }
div.DivClassName
{
background-color: #72AEB0;
}
.BgClassName
{
background-color: #72AEB0;
}
</style>
border-color css
<style>
span { border-color: #72AEB0; }
span { border-color: rgb(114,174,176); }
td.TdClassName
{
border-color: #72AEB0;
}
.TagClassName
{
border-color: #72AEB0;
}
</style>