Shades of Neptune #72A0AC
Tints of Neptune #72A0AC
RGB
CMYK
RGB Variations
Color information
#72A0AC (or 0x72A0AC) is known color: Neptune. HEX triplet: 72, A0 and AC. RGB value is (114,160,172). Sum of RGB (Red+Green+Blue) = 114+160+172=446 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.56% from 446); Green value is 160 (62.89% from 255 or 35.87% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 172 - color contains mainly: blue. Hex color #72A0AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A0AC is #8D5F53. Grayscale: #939393. Windows color (decimal): -9264980 or 11313266. OLE color: 11313266.
HSL color Cylindrical-coordinate representation of color #72A0AC: hue angle of 192.41º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #72A0AC is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 160 | 172 | - |
| CMYK | 0.34 | 0.07 | 0 | 0.33 |
| HSL | 192.41º | 0.26% | 0.56% | - |
| HSV(B) | 192.41º | 0.34% | 0.67% | - |
| XYZ | 26.96 | 31.7 | 43.73 | - |
| YUV | 147.61 | 141.76 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 160 | 172 | 0.34 | 0.07 | 0 | 0.33 | 192.41 | 0.26 | 0.56 |
| Hex | 72 | A0 | AC | 22 | 7 | 0 | 21 | C0 | 1A | 38 |
| Octal | 162 | 240 | 254 | 42 | 7 | 0 | 41 | 300 | 32 | 70 |
| Binary | 1110010 | 10100000 | 10101100 | 100010 | 111 | 0 | 100001 | 11000000 | 11010 | 111000 |
Color Harmonies of #72A0AC
Complementary color
Monochromatic Colors of #72A0AC
Black with #72A0AC
Text Example
Text Example
White with #72A0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A0AC; }
p { color: rgb(114,160,172); }
H1.HeaderClassName
{
color: #72A0AC;
}
.AnyTagClassName
{
color: #72A0AC;
}
</style>
background-color css
<style>
a { background-color: #72A0AC; }
a { background-color: rgb(114,160,172); }
div.DivClassName
{
background-color: #72A0AC;
}
.BgClassName
{
background-color: #72A0AC;
}
</style>
border-color css
<style>
span { border-color: #72A0AC; }
span { border-color: rgb(114,160,172); }
td.TdClassName
{
border-color: #72A0AC;
}
.TagClassName
{
border-color: #72A0AC;
}
</style>