Shades of Neptune #72A1AB
Tints of Neptune #72A1AB
RGB
CMYK
RGB Variations
Color information
#72A1AB (or 0x72A1AB) is known color: Neptune. HEX triplet: 72, A1 and AB. RGB value is (114,161,171). Sum of RGB (Red+Green+Blue) = 114+161+171=446 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.56% from 446); Green value is 161 (63.28% from 255 or 36.10% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 171 - color contains mainly: blue. Hex color #72A1AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A1AB is #8D5E54. Grayscale: #949494. Windows color (decimal): -9264725 or 11247986. OLE color: 11247986.
HSL color Cylindrical-coordinate representation of color #72A1AB: hue angle of 190.53º 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 #72A1AB is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 161 | 171 | - |
| CMYK | 0.33 | 0.06 | 0 | 0.33 |
| HSL | 190.53º | 0.25% | 0.56% | - |
| HSV(B) | 190.53º | 0.33% | 0.67% | - |
| XYZ | 27.03 | 32.01 | 43.28 | - |
| YUV | 148.09 | 140.93 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 161 | 171 | 0.33 | 0.06 | 0 | 0.33 | 190.53 | 0.25 | 0.56 |
| Hex | 72 | A1 | AB | 21 | 6 | 0 | 21 | BF | 19 | 38 |
| Octal | 162 | 241 | 253 | 41 | 6 | 0 | 41 | 277 | 31 | 70 |
| Binary | 1110010 | 10100001 | 10101011 | 100001 | 110 | 0 | 100001 | 10111111 | 11001 | 111000 |
Color Harmonies of #72A1AB
Complementary color
Monochromatic Colors of #72A1AB
Black with #72A1AB
Text Example
Text Example
White with #72A1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A1AB; }
p { color: rgb(114,161,171); }
H1.HeaderClassName
{
color: #72A1AB;
}
.AnyTagClassName
{
color: #72A1AB;
}
</style>
background-color css
<style>
a { background-color: #72A1AB; }
a { background-color: rgb(114,161,171); }
div.DivClassName
{
background-color: #72A1AB;
}
.BgClassName
{
background-color: #72A1AB;
}
</style>
border-color css
<style>
span { border-color: #72A1AB; }
span { border-color: rgb(114,161,171); }
td.TdClassName
{
border-color: #72A1AB;
}
.TagClassName
{
border-color: #72A1AB;
}
</style>