Shades of Neptune #76AAB1
Tints of Neptune #76AAB1
RGB
CMYK
RGB Variations
Color information
#76AAB1 (or 0x76AAB1) is known color: Neptune. HEX triplet: 76, AA and B1. RGB value is (118,170,177). Sum of RGB (Red+Green+Blue) = 118+170+177=465 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.38% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 177 (69.53% from 255 or 38.06% from 465); Max value from RGB is 177 - color contains mainly: blue. Hex color #76AAB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AAB1 is #89554E. Grayscale: #9B9B9B. Windows color (decimal): -9000271 or 11643510. OLE color: 11643510.
HSL color Cylindrical-coordinate representation of color #76AAB1: hue angle of 187.12º 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 #76AAB1 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 170 | 177 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.31 |
| HSL | 187.12º | 0.27% | 0.58% | - |
| HSV(B) | 187.12º | 0.33% | 0.69% | - |
| XYZ | 29.78 | 35.78 | 46.93 | - |
| YUV | 155.25 | 140.27 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 170 | 177 | 0.33 | 0.04 | 0 | 0.31 | 187.12 | 0.27 | 0.58 |
| Hex | 76 | AA | B1 | 21 | 4 | 0 | 1F | BB | 1B | 3A |
| Octal | 166 | 252 | 261 | 41 | 4 | 0 | 37 | 273 | 33 | 72 |
| Binary | 1110110 | 10101010 | 10110001 | 100001 | 100 | 0 | 11111 | 10111011 | 11011 | 111010 |
Color Harmonies of #76AAB1
Complementary color
Monochromatic Colors of #76AAB1
Black with #76AAB1
Text Example
Text Example
White with #76AAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AAB1; }
p { color: rgb(118,170,177); }
H1.HeaderClassName
{
color: #76AAB1;
}
.AnyTagClassName
{
color: #76AAB1;
}
</style>
background-color css
<style>
a { background-color: #76AAB1; }
a { background-color: rgb(118,170,177); }
div.DivClassName
{
background-color: #76AAB1;
}
.BgClassName
{
background-color: #76AAB1;
}
</style>
border-color css
<style>
span { border-color: #76AAB1; }
span { border-color: rgb(118,170,177); }
td.TdClassName
{
border-color: #76AAB1;
}
.TagClassName
{
border-color: #76AAB1;
}
</style>