Shades of Sea Nymph #85B9A8
Tints of Sea Nymph #85B9A8
RGB
CMYK
RGB Variations
Color information
#85B9A8 (or 0x85B9A8) is known color: Sea Nymph. HEX triplet: 85, B9 and A8. RGB value is (133,185,168). Sum of RGB (Red+Green+Blue) = 133+185+168=486 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.37% from 486); Green value is 185 (72.66% from 255 or 38.07% from 486); Blue value is 168 (66.02% from 255 or 34.57% from 486); Max value from RGB is 185 - color contains mainly: green. Hex color #85B9A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B9A8 is #7A4657. Grayscale: #A7A7A7. Windows color (decimal): -8013400 or 11057541. OLE color: 11057541.
HSL color Cylindrical-coordinate representation of color #85B9A8: hue angle of 160.38º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #85B9A8 is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 185 | 168 | - |
| CMYK | 0.28 | 0 | 0.09 | 0.27 |
| HSL | 160.38º | 0.27% | 0.62% | - |
| HSV(B) | 160.38º | 0.28% | 0.73% | - |
| XYZ | 34.09 | 42.51 | 43.45 | - |
| YUV | 167.51 | 128.27 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 185 | 168 | 0.28 | 0 | 0.09 | 0.27 | 160.38 | 0.27 | 0.62 |
| Hex | 85 | B9 | A8 | 1C | 0 | 9 | 1B | A0 | 1B | 3E |
| Octal | 205 | 271 | 250 | 34 | 0 | 11 | 33 | 240 | 33 | 76 |
| Binary | 10000101 | 10111001 | 10101000 | 11100 | 0 | 1001 | 11011 | 10100000 | 11011 | 111110 |
Color Harmonies of #85B9A8
Complementary color
Monochromatic Colors of #85B9A8
Black with #85B9A8
Text Example
Text Example
White with #85B9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B9A8; }
p { color: rgb(133,185,168); }
H1.HeaderClassName
{
color: #85B9A8;
}
.AnyTagClassName
{
color: #85B9A8;
}
</style>
background-color css
<style>
a { background-color: #85B9A8; }
a { background-color: rgb(133,185,168); }
div.DivClassName
{
background-color: #85B9A8;
}
.BgClassName
{
background-color: #85B9A8;
}
</style>
border-color css
<style>
span { border-color: #85B9A8; }
span { border-color: rgb(133,185,168); }
td.TdClassName
{
border-color: #85B9A8;
}
.TagClassName
{
border-color: #85B9A8;
}
</style>