Shades of Neptune #76ADB3
Tints of Neptune #76ADB3
RGB
CMYK
RGB Variations
Color information
#76ADB3 (or 0x76ADB3) is known color: Neptune. HEX triplet: 76, AD and B3. RGB value is (118,173,179). Sum of RGB (Red+Green+Blue) = 118+173+179=470 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.11% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 179 (70.31% from 255 or 38.09% from 470); Max value from RGB is 179 - color contains mainly: blue. Hex color #76ADB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ADB3 is #89524C. Grayscale: #9D9D9D. Windows color (decimal): -8999501 or 11775350. OLE color: 11775350.
HSL color Cylindrical-coordinate representation of color #76ADB3: hue angle of 185.9º degrees, saturation: 0.29, 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 #76ADB3 is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 118 | 173 | 179 | - |
| CMYK | 0.34 | 0.03 | 0 | 0.30 |
| HSL | 185.9º | 0.29% | 0.58% | - |
| HSV(B) | 185.9º | 0.34% | 0.7% | - |
| XYZ | 30.55 | 36.99 | 48.18 | - |
| YUV | 157.24 | 140.28 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 173 | 179 | 0.34 | 0.03 | 0 | 0.30 | 185.9 | 0.29 | 0.58 |
| Hex | 76 | AD | B3 | 22 | 3 | 0 | 1E | BA | 1D | 3A |
| Octal | 166 | 255 | 263 | 42 | 3 | 0 | 36 | 272 | 35 | 72 |
| Binary | 1110110 | 10101101 | 10110011 | 100010 | 11 | 0 | 11110 | 10111010 | 11101 | 111010 |
Color Harmonies of #76ADB3
Complementary color
Monochromatic Colors of #76ADB3
Black with #76ADB3
Text Example
Text Example
White with #76ADB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ADB3; }
p { color: rgb(118,173,179); }
H1.HeaderClassName
{
color: #76ADB3;
}
.AnyTagClassName
{
color: #76ADB3;
}
</style>
background-color css
<style>
a { background-color: #76ADB3; }
a { background-color: rgb(118,173,179); }
div.DivClassName
{
background-color: #76ADB3;
}
.BgClassName
{
background-color: #76ADB3;
}
</style>
border-color css
<style>
span { border-color: #76ADB3; }
span { border-color: rgb(118,173,179); }
td.TdClassName
{
border-color: #76ADB3;
}
.TagClassName
{
border-color: #76ADB3;
}
</style>