Shades of Neptune #72ABAB
Tints of Neptune #72ABAB
RGB
CMYK
RGB Variations
Color information
#72ABAB (or 0x72ABAB) is known color: Neptune. HEX triplet: 72, AB and AB. RGB value is (114,171,171). Sum of RGB (Red+Green+Blue) = 114+171+171=456 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25% from 456); Green value is 171 (67.19% from 255 or 37.5% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #72ABAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72ABAB is #8D5454. Grayscale: #999999. Windows color (decimal): -9262165 or 11250546. OLE color: 11250546.
HSL color Cylindrical-coordinate representation of color #72ABAB: hue angle of 180º 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 #72ABAB is Cyan = 0.33, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 171 | 171 | - |
| CMYK | 0.33 | 0 | 0 | 0.33 |
| HSL | 180º | 0.25% | 0.56% | - |
| HSV(B) | 180º | 0.33% | 0.67% | - |
| XYZ | 28.85 | 35.64 | 43.89 | - |
| YUV | 153.96 | 137.62 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 171 | 171 | 0.33 | 0 | 0 | 0.33 | 180 | 0.25 | 0.56 |
| Hex | 72 | AB | AB | 21 | 0 | 0 | 21 | B4 | 19 | 38 |
| Octal | 162 | 253 | 253 | 41 | 0 | 0 | 41 | 264 | 31 | 70 |
| Binary | 1110010 | 10101011 | 10101011 | 100001 | 0 | 0 | 100001 | 10110100 | 11001 | 111000 |
Color Harmonies of #72ABAB
Complementary color
Monochromatic Colors of #72ABAB
Black with #72ABAB
Text Example
Text Example
White with #72ABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72ABAB; }
p { color: rgb(114,171,171); }
H1.HeaderClassName
{
color: #72ABAB;
}
.AnyTagClassName
{
color: #72ABAB;
}
</style>
background-color css
<style>
a { background-color: #72ABAB; }
a { background-color: rgb(114,171,171); }
div.DivClassName
{
background-color: #72ABAB;
}
.BgClassName
{
background-color: #72ABAB;
}
</style>
border-color css
<style>
span { border-color: #72ABAB; }
span { border-color: rgb(114,171,171); }
td.TdClassName
{
border-color: #72ABAB;
}
.TagClassName
{
border-color: #72ABAB;
}
</style>