Shades of Neptune #72A5AB
Tints of Neptune #72A5AB
RGB
CMYK
RGB Variations
Color information
#72A5AB (or 0x72A5AB) is known color: Neptune. HEX triplet: 72, A5 and AB. RGB value is (114,165,171). Sum of RGB (Red+Green+Blue) = 114+165+171=450 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.33% from 450); Green value is 165 (64.84% from 255 or 36.67% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 171 - color contains mainly: blue. Hex color #72A5AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A5AB is #8D5A54. Grayscale: #969696. Windows color (decimal): -9263701 or 11249010. OLE color: 11249010.
HSL color Cylindrical-coordinate representation of color #72A5AB: hue angle of 186.32º 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 #72A5AB is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 165 | 171 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.33 |
| HSL | 186.32º | 0.25% | 0.56% | - |
| HSV(B) | 186.32º | 0.33% | 0.67% | - |
| XYZ | 27.75 | 33.43 | 43.52 | - |
| YUV | 150.44 | 139.6 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 165 | 171 | 0.33 | 0.04 | 0 | 0.33 | 186.32 | 0.25 | 0.56 |
| Hex | 72 | A5 | AB | 21 | 4 | 0 | 21 | BA | 19 | 38 |
| Octal | 162 | 245 | 253 | 41 | 4 | 0 | 41 | 272 | 31 | 70 |
| Binary | 1110010 | 10100101 | 10101011 | 100001 | 100 | 0 | 100001 | 10111010 | 11001 | 111000 |
Color Harmonies of #72A5AB
Complementary color
Monochromatic Colors of #72A5AB
Black with #72A5AB
Text Example
Text Example
White with #72A5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A5AB; }
p { color: rgb(114,165,171); }
H1.HeaderClassName
{
color: #72A5AB;
}
.AnyTagClassName
{
color: #72A5AB;
}
</style>
background-color css
<style>
a { background-color: #72A5AB; }
a { background-color: rgb(114,165,171); }
div.DivClassName
{
background-color: #72A5AB;
}
.BgClassName
{
background-color: #72A5AB;
}
</style>
border-color css
<style>
span { border-color: #72A5AB; }
span { border-color: rgb(114,165,171); }
td.TdClassName
{
border-color: #72A5AB;
}
.TagClassName
{
border-color: #72A5AB;
}
</style>