Shades of Neptune #76ABB2
Tints of Neptune #76ABB2
RGB
CMYK
RGB Variations
Color information
#76ABB2 (or 0x76ABB2) is known color: Neptune. HEX triplet: 76, AB and B2. RGB value is (118,171,178). Sum of RGB (Red+Green+Blue) = 118+171+178=467 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.27% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 178 (69.92% from 255 or 38.12% from 467); Max value from RGB is 178 - color contains mainly: blue. Hex color #76ABB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76ABB2 is #89544D. Grayscale: #9B9B9B. Windows color (decimal): -9000014 or 11709302. OLE color: 11709302.
HSL color Cylindrical-coordinate representation of color #76ABB2: hue angle of 187º 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 #76ABB2 is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 118 | 171 | 178 | - |
| CMYK | 0.34 | 0.04 | 0 | 0.30 |
| HSL | 187º | 0.28% | 0.58% | - |
| HSV(B) | 187º | 0.34% | 0.7% | - |
| XYZ | 30.07 | 36.19 | 47.52 | - |
| YUV | 155.95 | 140.44 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 171 | 178 | 0.34 | 0.04 | 0 | 0.30 | 187 | 0.28 | 0.58 |
| Hex | 76 | AB | B2 | 22 | 4 | 0 | 1E | BB | 1C | 3A |
| Octal | 166 | 253 | 262 | 42 | 4 | 0 | 36 | 273 | 34 | 72 |
| Binary | 1110110 | 10101011 | 10110010 | 100010 | 100 | 0 | 11110 | 10111011 | 11100 | 111010 |
Color Harmonies of #76ABB2
Complementary color
Monochromatic Colors of #76ABB2
Black with #76ABB2
Text Example
Text Example
White with #76ABB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ABB2; }
p { color: rgb(118,171,178); }
H1.HeaderClassName
{
color: #76ABB2;
}
.AnyTagClassName
{
color: #76ABB2;
}
</style>
background-color css
<style>
a { background-color: #76ABB2; }
a { background-color: rgb(118,171,178); }
div.DivClassName
{
background-color: #76ABB2;
}
.BgClassName
{
background-color: #76ABB2;
}
</style>
border-color css
<style>
span { border-color: #76ABB2; }
span { border-color: rgb(118,171,178); }
td.TdClassName
{
border-color: #76ABB2;
}
.TagClassName
{
border-color: #76ABB2;
}
</style>