Shades of Neptune #76B1B5
Tints of Neptune #76B1B5
RGB
CMYK
RGB Variations
Color information
#76B1B5 (or 0x76B1B5) is known color: Neptune. HEX triplet: 76, B1 and B5. RGB value is (118,177,181). Sum of RGB (Red+Green+Blue) = 118+177+181=476 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.79% from 476); Green value is 177 (69.53% from 255 or 37.18% from 476); Blue value is 181 (71.09% from 255 or 38.03% from 476); Max value from RGB is 181 - color contains mainly: blue. Hex color #76B1B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76B1B5 is #894E4A. Grayscale: #9F9F9F. Windows color (decimal): -8998475 or 11907446. OLE color: 11907446.
HSL color Cylindrical-coordinate representation of color #76B1B5: hue angle of 183.81º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #76B1B5 is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 177 | 181 | - |
| CMYK | 0.35 | 0.02 | 0 | 0.29 |
| HSL | 183.81º | 0.3% | 0.59% | - |
| HSV(B) | 183.81º | 0.35% | 0.71% | - |
| XYZ | 31.53 | 38.63 | 49.51 | - |
| YUV | 159.82 | 139.95 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 177 | 181 | 0.35 | 0.02 | 0 | 0.29 | 183.81 | 0.3 | 0.59 |
| Hex | 76 | B1 | B5 | 23 | 2 | 0 | 1D | B8 | 1E | 3B |
| Octal | 166 | 261 | 265 | 43 | 2 | 0 | 35 | 270 | 36 | 73 |
| Binary | 1110110 | 10110001 | 10110101 | 100011 | 10 | 0 | 11101 | 10111000 | 11110 | 111011 |
Color Harmonies of #76B1B5
Complementary color
Monochromatic Colors of #76B1B5
Black with #76B1B5
Text Example
Text Example
White with #76B1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B1B5; }
p { color: rgb(118,177,181); }
H1.HeaderClassName
{
color: #76B1B5;
}
.AnyTagClassName
{
color: #76B1B5;
}
</style>
background-color css
<style>
a { background-color: #76B1B5; }
a { background-color: rgb(118,177,181); }
div.DivClassName
{
background-color: #76B1B5;
}
.BgClassName
{
background-color: #76B1B5;
}
</style>
border-color css
<style>
span { border-color: #76B1B5; }
span { border-color: rgb(118,177,181); }
td.TdClassName
{
border-color: #76B1B5;
}
.TagClassName
{
border-color: #76B1B5;
}
</style>