Shades of Neptune #719EAB
Tints of Neptune #719EAB
RGB
CMYK
RGB Variations
Color information
#719EAB (or 0x719EAB) is known color: Neptune. HEX triplet: 71, 9E and AB. RGB value is (113,158,171). Sum of RGB (Red+Green+Blue) = 113+158+171=442 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.57% from 442); Green value is 158 (62.11% from 255 or 35.75% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 171 - color contains mainly: blue. Hex color #719EAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719EAB is #8E6154. Grayscale: #919191. Windows color (decimal): -9331029 or 11247217. OLE color: 11247217.
HSL color Cylindrical-coordinate representation of color #719EAB: hue angle of 193.45º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #719EAB is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 158 | 171 | - |
| CMYK | 0.34 | 0.08 | 0 | 0.33 |
| HSL | 193.45º | 0.26% | 0.56% | - |
| HSV(B) | 193.45º | 0.34% | 0.67% | - |
| XYZ | 26.39 | 30.9 | 43.1 | - |
| YUV | 146.03 | 142.09 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 158 | 171 | 0.34 | 0.08 | 0 | 0.33 | 193.45 | 0.26 | 0.56 |
| Hex | 71 | 9E | AB | 22 | 8 | 0 | 21 | C1 | 1A | 38 |
| Octal | 161 | 236 | 253 | 42 | 10 | 0 | 41 | 301 | 32 | 70 |
| Binary | 1110001 | 10011110 | 10101011 | 100010 | 1000 | 0 | 100001 | 11000001 | 11010 | 111000 |
Color Harmonies of #719EAB
Complementary color
Monochromatic Colors of #719EAB
Black with #719EAB
Text Example
Text Example
White with #719EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719EAB; }
p { color: rgb(113,158,171); }
H1.HeaderClassName
{
color: #719EAB;
}
.AnyTagClassName
{
color: #719EAB;
}
</style>
background-color css
<style>
a { background-color: #719EAB; }
a { background-color: rgb(113,158,171); }
div.DivClassName
{
background-color: #719EAB;
}
.BgClassName
{
background-color: #719EAB;
}
</style>
border-color css
<style>
span { border-color: #719EAB; }
span { border-color: rgb(113,158,171); }
td.TdClassName
{
border-color: #719EAB;
}
.TagClassName
{
border-color: #719EAB;
}
</style>