Shades of Neptune #759C9F
Tints of Neptune #759C9F
RGB
CMYK
RGB Variations
Color information
#759C9F (or 0x759C9F) is known color: Neptune. HEX triplet: 75, 9C and 9F. RGB value is (117,156,159). Sum of RGB (Red+Green+Blue) = 117+156+159=432 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.08% from 432); Green value is 156 (61.33% from 255 or 36.11% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 159 - color contains mainly: blue. Hex color #759C9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759C9F is #8A6360. Grayscale: #909090. Windows color (decimal): -9069409 or 10460277. OLE color: 10460277.
HSL color Cylindrical-coordinate representation of color #759C9F: hue angle of 184.29º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #759C9F is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 156 | 159 | - |
| CMYK | 0.26 | 0.02 | 0 | 0.38 |
| HSL | 184.29º | 0.18% | 0.54% | - |
| HSV(B) | 184.29º | 0.26% | 0.62% | - |
| XYZ | 25.48 | 30.06 | 37.26 | - |
| YUV | 144.68 | 136.08 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 156 | 159 | 0.26 | 0.02 | 0 | 0.38 | 184.29 | 0.18 | 0.54 |
| Hex | 75 | 9C | 9F | 1A | 2 | 0 | 26 | B8 | 12 | 36 |
| Octal | 165 | 234 | 237 | 32 | 2 | 0 | 46 | 270 | 22 | 66 |
| Binary | 1110101 | 10011100 | 10011111 | 11010 | 10 | 0 | 100110 | 10111000 | 10010 | 110110 |
Color Harmonies of #759C9F
Complementary color
Monochromatic Colors of #759C9F
Black with #759C9F
Text Example
Text Example
White with #759C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759C9F; }
p { color: rgb(117,156,159); }
H1.HeaderClassName
{
color: #759C9F;
}
.AnyTagClassName
{
color: #759C9F;
}
</style>
background-color css
<style>
a { background-color: #759C9F; }
a { background-color: rgb(117,156,159); }
div.DivClassName
{
background-color: #759C9F;
}
.BgClassName
{
background-color: #759C9F;
}
</style>
border-color css
<style>
span { border-color: #759C9F; }
span { border-color: rgb(117,156,159); }
td.TdClassName
{
border-color: #759C9F;
}
.TagClassName
{
border-color: #759C9F;
}
</style>