Shades of Neptune #76ABB1
Tints of Neptune #76ABB1
RGB
CMYK
RGB Variations
Color information
#76ABB1 (or 0x76ABB1) is known color: Neptune. HEX triplet: 76, AB and B1. RGB value is (118,171,177). Sum of RGB (Red+Green+Blue) = 118+171+177=466 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.32% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 177 (69.53% from 255 or 37.98% from 466); Max value from RGB is 177 - color contains mainly: blue. Hex color #76ABB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76ABB1 is #89544E. Grayscale: #9B9B9B. Windows color (decimal): -9000015 or 11643766. OLE color: 11643766.
HSL color Cylindrical-coordinate representation of color #76ABB1: hue angle of 186.1º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #76ABB1 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 171 | 177 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.31 |
| HSL | 186.1º | 0.27% | 0.58% | - |
| HSV(B) | 186.1º | 0.33% | 0.69% | - |
| XYZ | 29.97 | 36.15 | 46.99 | - |
| YUV | 155.84 | 139.94 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 171 | 177 | 0.33 | 0.03 | 0 | 0.31 | 186.1 | 0.27 | 0.58 |
| Hex | 76 | AB | B1 | 21 | 3 | 0 | 1F | BA | 1B | 3A |
| Octal | 166 | 253 | 261 | 41 | 3 | 0 | 37 | 272 | 33 | 72 |
| Binary | 1110110 | 10101011 | 10110001 | 100001 | 11 | 0 | 11111 | 10111010 | 11011 | 111010 |
Color Harmonies of #76ABB1
Complementary color
Monochromatic Colors of #76ABB1
Black with #76ABB1
Text Example
Text Example
White with #76ABB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ABB1; }
p { color: rgb(118,171,177); }
H1.HeaderClassName
{
color: #76ABB1;
}
.AnyTagClassName
{
color: #76ABB1;
}
</style>
background-color css
<style>
a { background-color: #76ABB1; }
a { background-color: rgb(118,171,177); }
div.DivClassName
{
background-color: #76ABB1;
}
.BgClassName
{
background-color: #76ABB1;
}
</style>
border-color css
<style>
span { border-color: #76ABB1; }
span { border-color: rgb(118,171,177); }
td.TdClassName
{
border-color: #76ABB1;
}
.TagClassName
{
border-color: #76ABB1;
}
</style>