Shades of Neptune #72A4AA
Tints of Neptune #72A4AA
RGB
CMYK
RGB Variations
Color information
#72A4AA (or 0x72A4AA) is known color: Neptune. HEX triplet: 72, A4 and AA. RGB value is (114,164,170). Sum of RGB (Red+Green+Blue) = 114+164+170=448 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.45% from 448); Green value is 164 (64.45% from 255 or 36.61% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 170 - color contains mainly: blue. Hex color #72A4AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A4AA is #8D5B55. Grayscale: #959595. Windows color (decimal): -9263958 or 11183218. OLE color: 11183218.
HSL color Cylindrical-coordinate representation of color #72A4AA: hue angle of 186.43º 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 #72A4AA is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 164 | 170 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.33 |
| HSL | 186.43º | 0.25% | 0.56% | - |
| HSV(B) | 186.43º | 0.33% | 0.67% | - |
| XYZ | 27.47 | 33.03 | 42.96 | - |
| YUV | 149.73 | 139.44 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 164 | 170 | 0.33 | 0.04 | 0 | 0.33 | 186.43 | 0.25 | 0.56 |
| Hex | 72 | A4 | AA | 21 | 4 | 0 | 21 | BA | 19 | 38 |
| Octal | 162 | 244 | 252 | 41 | 4 | 0 | 41 | 272 | 31 | 70 |
| Binary | 1110010 | 10100100 | 10101010 | 100001 | 100 | 0 | 100001 | 10111010 | 11001 | 111000 |
Color Harmonies of #72A4AA
Complementary color
Monochromatic Colors of #72A4AA
Black with #72A4AA
Text Example
Text Example
White with #72A4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A4AA; }
p { color: rgb(114,164,170); }
H1.HeaderClassName
{
color: #72A4AA;
}
.AnyTagClassName
{
color: #72A4AA;
}
</style>
background-color css
<style>
a { background-color: #72A4AA; }
a { background-color: rgb(114,164,170); }
div.DivClassName
{
background-color: #72A4AA;
}
.BgClassName
{
background-color: #72A4AA;
}
</style>
border-color css
<style>
span { border-color: #72A4AA; }
span { border-color: rgb(114,164,170); }
td.TdClassName
{
border-color: #72A4AA;
}
.TagClassName
{
border-color: #72A4AA;
}
</style>