Shades of Neptune #72A3AB
Tints of Neptune #72A3AB
RGB
CMYK
RGB Variations
Color information
#72A3AB (or 0x72A3AB) is known color: Neptune. HEX triplet: 72, A3 and AB. RGB value is (114,163,171). Sum of RGB (Red+Green+Blue) = 114+163+171=448 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.45% from 448); Green value is 163 (64.06% from 255 or 36.38% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 171 - color contains mainly: blue. Hex color #72A3AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A3AB is #8D5C54. Grayscale: #959595. Windows color (decimal): -9264213 or 11248498. OLE color: 11248498.
HSL color Cylindrical-coordinate representation of color #72A3AB: hue angle of 188.42º 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 #72A3AB is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 163 | 171 | - |
| CMYK | 0.33 | 0.05 | 0 | 0.33 |
| HSL | 188.42º | 0.25% | 0.56% | - |
| HSV(B) | 188.42º | 0.33% | 0.67% | - |
| XYZ | 27.39 | 32.71 | 43.4 | - |
| YUV | 149.26 | 140.27 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 163 | 171 | 0.33 | 0.05 | 0 | 0.33 | 188.42 | 0.25 | 0.56 |
| Hex | 72 | A3 | AB | 21 | 5 | 0 | 21 | BC | 19 | 38 |
| Octal | 162 | 243 | 253 | 41 | 5 | 0 | 41 | 274 | 31 | 70 |
| Binary | 1110010 | 10100011 | 10101011 | 100001 | 101 | 0 | 100001 | 10111100 | 11001 | 111000 |
Color Harmonies of #72A3AB
Complementary color
Monochromatic Colors of #72A3AB
Black with #72A3AB
Text Example
Text Example
White with #72A3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A3AB; }
p { color: rgb(114,163,171); }
H1.HeaderClassName
{
color: #72A3AB;
}
.AnyTagClassName
{
color: #72A3AB;
}
</style>
background-color css
<style>
a { background-color: #72A3AB; }
a { background-color: rgb(114,163,171); }
div.DivClassName
{
background-color: #72A3AB;
}
.BgClassName
{
background-color: #72A3AB;
}
</style>
border-color css
<style>
span { border-color: #72A3AB; }
span { border-color: rgb(114,163,171); }
td.TdClassName
{
border-color: #72A3AB;
}
.TagClassName
{
border-color: #72A3AB;
}
</style>