Shades of Sea Nymph #85BCA8
Tints of Sea Nymph #85BCA8
RGB
CMYK
RGB Variations
Color information
#85BCA8 (or 0x85BCA8) is known color: Sea Nymph. HEX triplet: 85, BC and A8. RGB value is (133,188,168). Sum of RGB (Red+Green+Blue) = 133+188+168=489 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.20% from 489); Green value is 188 (73.83% from 255 or 38.45% from 489); Blue value is 168 (66.02% from 255 or 34.36% from 489); Max value from RGB is 188 - color contains mainly: green. Hex color #85BCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BCA8 is #7A4357. Grayscale: #A9A9A9. Windows color (decimal): -8012632 or 11058309. OLE color: 11058309.
HSL color Cylindrical-coordinate representation of color #85BCA8: hue angle of 158.18º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85BCA8 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 188 | 168 | - |
| CMYK | 0.29 | 0 | 0.11 | 0.26 |
| HSL | 158.18º | 0.29% | 0.63% | - |
| HSV(B) | 158.18º | 0.29% | 0.74% | - |
| XYZ | 34.72 | 43.78 | 43.67 | - |
| YUV | 169.28 | 127.28 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 188 | 168 | 0.29 | 0 | 0.11 | 0.26 | 158.18 | 0.29 | 0.63 |
| Hex | 85 | BC | A8 | 1D | 0 | B | 1A | 9E | 1D | 3F |
| Octal | 205 | 274 | 250 | 35 | 0 | 13 | 32 | 236 | 35 | 77 |
| Binary | 10000101 | 10111100 | 10101000 | 11101 | 0 | 1011 | 11010 | 10011110 | 11101 | 111111 |
Color Harmonies of #85BCA8
Complementary color
Monochromatic Colors of #85BCA8
Black with #85BCA8
Text Example
Text Example
White with #85BCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BCA8; }
p { color: rgb(133,188,168); }
H1.HeaderClassName
{
color: #85BCA8;
}
.AnyTagClassName
{
color: #85BCA8;
}
</style>
background-color css
<style>
a { background-color: #85BCA8; }
a { background-color: rgb(133,188,168); }
div.DivClassName
{
background-color: #85BCA8;
}
.BgClassName
{
background-color: #85BCA8;
}
</style>
border-color css
<style>
span { border-color: #85BCA8; }
span { border-color: rgb(133,188,168); }
td.TdClassName
{
border-color: #85BCA8;
}
.TagClassName
{
border-color: #85BCA8;
}
</style>