Shades of Neptune #76ACB2
Tints of Neptune #76ACB2
RGB
CMYK
RGB Variations
Color information
#76ACB2 (or 0x76ACB2) is known color: Neptune. HEX triplet: 76, AC and B2. RGB value is (118,172,178). Sum of RGB (Red+Green+Blue) = 118+172+178=468 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.21% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 178 (69.92% from 255 or 38.03% from 468); Max value from RGB is 178 - color contains mainly: blue. Hex color #76ACB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76ACB2 is #89534D. Grayscale: #9C9C9C. Windows color (decimal): -8999758 or 11709558. OLE color: 11709558.
HSL color Cylindrical-coordinate representation of color #76ACB2: hue angle of 186º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76ACB2 is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 118 | 172 | 178 | - |
| CMYK | 0.34 | 0.03 | 0 | 0.30 |
| HSL | 186º | 0.28% | 0.58% | - |
| HSV(B) | 186º | 0.34% | 0.7% | - |
| XYZ | 30.26 | 36.57 | 47.58 | - |
| YUV | 156.54 | 140.11 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 172 | 178 | 0.34 | 0.03 | 0 | 0.30 | 186 | 0.28 | 0.58 |
| Hex | 76 | AC | B2 | 22 | 3 | 0 | 1E | BA | 1C | 3A |
| Octal | 166 | 254 | 262 | 42 | 3 | 0 | 36 | 272 | 34 | 72 |
| Binary | 1110110 | 10101100 | 10110010 | 100010 | 11 | 0 | 11110 | 10111010 | 11100 | 111010 |
Color Harmonies of #76ACB2
Complementary color
Monochromatic Colors of #76ACB2
Black with #76ACB2
Text Example
Text Example
White with #76ACB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ACB2; }
p { color: rgb(118,172,178); }
H1.HeaderClassName
{
color: #76ACB2;
}
.AnyTagClassName
{
color: #76ACB2;
}
</style>
background-color css
<style>
a { background-color: #76ACB2; }
a { background-color: rgb(118,172,178); }
div.DivClassName
{
background-color: #76ACB2;
}
.BgClassName
{
background-color: #76ACB2;
}
</style>
border-color css
<style>
span { border-color: #76ACB2; }
span { border-color: rgb(118,172,178); }
td.TdClassName
{
border-color: #76ACB2;
}
.TagClassName
{
border-color: #76ACB2;
}
</style>