Shades of Neptune #72A6AA
Tints of Neptune #72A6AA
RGB
CMYK
RGB Variations
Color information
#72A6AA (or 0x72A6AA) is known color: Neptune. HEX triplet: 72, A6 and AA. RGB value is (114,166,170). Sum of RGB (Red+Green+Blue) = 114+166+170=450 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.33% from 450); Green value is 166 (65.23% from 255 or 36.89% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 170 - color contains mainly: blue. Hex color #72A6AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A6AA is #8D5955. Grayscale: #969696. Windows color (decimal): -9263446 or 11183730. OLE color: 11183730.
HSL color Cylindrical-coordinate representation of color #72A6AA: hue angle of 184.29º 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 #72A6AA is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 166 | 170 | - |
| CMYK | 0.33 | 0.02 | 0 | 0.33 |
| HSL | 184.29º | 0.25% | 0.56% | - |
| HSV(B) | 184.29º | 0.33% | 0.67% | - |
| XYZ | 27.83 | 33.75 | 43.08 | - |
| YUV | 150.91 | 138.77 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 166 | 170 | 0.33 | 0.02 | 0 | 0.33 | 184.29 | 0.25 | 0.56 |
| Hex | 72 | A6 | AA | 21 | 2 | 0 | 21 | B8 | 19 | 38 |
| Octal | 162 | 246 | 252 | 41 | 2 | 0 | 41 | 270 | 31 | 70 |
| Binary | 1110010 | 10100110 | 10101010 | 100001 | 10 | 0 | 100001 | 10111000 | 11001 | 111000 |
Color Harmonies of #72A6AA
Complementary color
Monochromatic Colors of #72A6AA
Black with #72A6AA
Text Example
Text Example
White with #72A6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A6AA; }
p { color: rgb(114,166,170); }
H1.HeaderClassName
{
color: #72A6AA;
}
.AnyTagClassName
{
color: #72A6AA;
}
</style>
background-color css
<style>
a { background-color: #72A6AA; }
a { background-color: rgb(114,166,170); }
div.DivClassName
{
background-color: #72A6AA;
}
.BgClassName
{
background-color: #72A6AA;
}
</style>
border-color css
<style>
span { border-color: #72A6AA; }
span { border-color: rgb(114,166,170); }
td.TdClassName
{
border-color: #72A6AA;
}
.TagClassName
{
border-color: #72A6AA;
}
</style>