Shades of Neptune #72A5AA
Tints of Neptune #72A5AA
RGB
CMYK
RGB Variations
Color information
#72A5AA (or 0x72A5AA) is known color: Neptune. HEX triplet: 72, A5 and AA. RGB value is (114,165,170). Sum of RGB (Red+Green+Blue) = 114+165+170=449 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.39% from 449); Green value is 165 (64.84% from 255 or 36.75% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 170 - color contains mainly: blue. Hex color #72A5AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A5AA is #8D5A55. Grayscale: #969696. Windows color (decimal): -9263702 or 11183474. OLE color: 11183474.
HSL color Cylindrical-coordinate representation of color #72A5AA: hue angle of 185.36º 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 #72A5AA is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 165 | 170 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.33 |
| HSL | 185.36º | 0.25% | 0.56% | - |
| HSV(B) | 185.36º | 0.33% | 0.67% | - |
| XYZ | 27.65 | 33.39 | 43.02 | - |
| YUV | 150.32 | 139.1 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 165 | 170 | 0.33 | 0.03 | 0 | 0.33 | 185.36 | 0.25 | 0.56 |
| Hex | 72 | A5 | AA | 21 | 3 | 0 | 21 | B9 | 19 | 38 |
| Octal | 162 | 245 | 252 | 41 | 3 | 0 | 41 | 271 | 31 | 70 |
| Binary | 1110010 | 10100101 | 10101010 | 100001 | 11 | 0 | 100001 | 10111001 | 11001 | 111000 |
Color Harmonies of #72A5AA
Complementary color
Monochromatic Colors of #72A5AA
Black with #72A5AA
Text Example
Text Example
White with #72A5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A5AA; }
p { color: rgb(114,165,170); }
H1.HeaderClassName
{
color: #72A5AA;
}
.AnyTagClassName
{
color: #72A5AA;
}
</style>
background-color css
<style>
a { background-color: #72A5AA; }
a { background-color: rgb(114,165,170); }
div.DivClassName
{
background-color: #72A5AA;
}
.BgClassName
{
background-color: #72A5AA;
}
</style>
border-color css
<style>
span { border-color: #72A5AA; }
span { border-color: rgb(114,165,170); }
td.TdClassName
{
border-color: #72A5AA;
}
.TagClassName
{
border-color: #72A5AA;
}
</style>