Shades of Neptune #719C9F
Tints of Neptune #719C9F
RGB
CMYK
RGB Variations
Color information
#719C9F (or 0x719C9F) is known color: Neptune. HEX triplet: 71, 9C and 9F. RGB value is (113,156,159). Sum of RGB (Red+Green+Blue) = 113+156+159=428 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.40% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 159 - color contains mainly: blue. Hex color #719C9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719C9F is #8E6360. Grayscale: #8F8F8F. Windows color (decimal): -9331553 or 10460273. OLE color: 10460273.
HSL color Cylindrical-coordinate representation of color #719C9F: hue angle of 183.91º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #719C9F is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 156 | 159 | - |
| CMYK | 0.29 | 0.02 | 0 | 0.38 |
| HSL | 183.91º | 0.19% | 0.53% | - |
| HSV(B) | 183.91º | 0.29% | 0.62% | - |
| XYZ | 24.96 | 29.79 | 37.24 | - |
| YUV | 143.49 | 136.75 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 156 | 159 | 0.29 | 0.02 | 0 | 0.38 | 183.91 | 0.19 | 0.53 |
| Hex | 71 | 9C | 9F | 1D | 2 | 0 | 26 | B8 | 13 | 35 |
| Octal | 161 | 234 | 237 | 35 | 2 | 0 | 46 | 270 | 23 | 65 |
| Binary | 1110001 | 10011100 | 10011111 | 11101 | 10 | 0 | 100110 | 10111000 | 10011 | 110101 |
Color Harmonies of #719C9F
Complementary color
Monochromatic Colors of #719C9F
Black with #719C9F
Text Example
Text Example
White with #719C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719C9F; }
p { color: rgb(113,156,159); }
H1.HeaderClassName
{
color: #719C9F;
}
.AnyTagClassName
{
color: #719C9F;
}
</style>
background-color css
<style>
a { background-color: #719C9F; }
a { background-color: rgb(113,156,159); }
div.DivClassName
{
background-color: #719C9F;
}
.BgClassName
{
background-color: #719C9F;
}
</style>
border-color css
<style>
span { border-color: #719C9F; }
span { border-color: rgb(113,156,159); }
td.TdClassName
{
border-color: #719C9F;
}
.TagClassName
{
border-color: #719C9F;
}
</style>