Shades of Neptune #72AAA8
Tints of Neptune #72AAA8
RGB
CMYK
RGB Variations
Color information
#72AAA8 (or 0x72AAA8) is known color: Neptune. HEX triplet: 72, AA and A8. RGB value is (114,170,168). Sum of RGB (Red+Green+Blue) = 114+170+168=452 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.22% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 168 (66.02% from 255 or 37.17% from 452); Max value from RGB is 170 - color contains mainly: green. Hex color #72AAA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AAA8 is #8D5557. Grayscale: #989898. Windows color (decimal): -9262424 or 11053682. OLE color: 11053682.
HSL color Cylindrical-coordinate representation of color #72AAA8: hue angle of 177.86º 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 #72AAA8 is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 170 | 168 | - |
| CMYK | 0.33 | 0 | 0.01 | 0.33 |
| HSL | 177.86º | 0.25% | 0.56% | - |
| HSV(B) | 177.86º | 0.33% | 0.67% | - |
| XYZ | 28.38 | 35.15 | 42.34 | - |
| YUV | 153.03 | 136.45 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 170 | 168 | 0.33 | 0 | 0.01 | 0.33 | 177.86 | 0.25 | 0.56 |
| Hex | 72 | AA | A8 | 21 | 0 | 1 | 21 | B2 | 19 | 38 |
| Octal | 162 | 252 | 250 | 41 | 0 | 1 | 41 | 262 | 31 | 70 |
| Binary | 1110010 | 10101010 | 10101000 | 100001 | 0 | 1 | 100001 | 10110010 | 11001 | 111000 |
Color Harmonies of #72AAA8
Complementary color
Monochromatic Colors of #72AAA8
Black with #72AAA8
Text Example
Text Example
White with #72AAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AAA8; }
p { color: rgb(114,170,168); }
H1.HeaderClassName
{
color: #72AAA8;
}
.AnyTagClassName
{
color: #72AAA8;
}
</style>
background-color css
<style>
a { background-color: #72AAA8; }
a { background-color: rgb(114,170,168); }
div.DivClassName
{
background-color: #72AAA8;
}
.BgClassName
{
background-color: #72AAA8;
}
</style>
border-color css
<style>
span { border-color: #72AAA8; }
span { border-color: rgb(114,170,168); }
td.TdClassName
{
border-color: #72AAA8;
}
.TagClassName
{
border-color: #72AAA8;
}
</style>