Shades of Sea Nymph #85BDAB
Tints of Sea Nymph #85BDAB
RGB
CMYK
RGB Variations
Color information
#85BDAB (or 0x85BDAB) is known color: Sea Nymph. HEX triplet: 85, BD and AB. RGB value is (133,189,171). Sum of RGB (Red+Green+Blue) = 133+189+171=493 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.98% from 493); Green value is 189 (74.22% from 255 or 38.34% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 189 - color contains mainly: green. Hex color #85BDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BDAB is #7A4254. Grayscale: #AAAAAA. Windows color (decimal): -8012373 or 11255173. OLE color: 11255173.
HSL color Cylindrical-coordinate representation of color #85BDAB: hue angle of 160.71º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85BDAB is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 189 | 171 | - |
| CMYK | 0.30 | 0 | 0.10 | 0.26 |
| HSL | 160.71º | 0.3% | 0.63% | - |
| HSV(B) | 160.71º | 0.3% | 0.74% | - |
| XYZ | 35.22 | 44.32 | 45.23 | - |
| YUV | 170.2 | 128.45 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 189 | 171 | 0.30 | 0 | 0.10 | 0.26 | 160.71 | 0.3 | 0.63 |
| Hex | 85 | BD | AB | 1E | 0 | A | 1A | A1 | 1E | 3F |
| Octal | 205 | 275 | 253 | 36 | 0 | 12 | 32 | 241 | 36 | 77 |
| Binary | 10000101 | 10111101 | 10101011 | 11110 | 0 | 1010 | 11010 | 10100001 | 11110 | 111111 |
Color Harmonies of #85BDAB
Complementary color
Monochromatic Colors of #85BDAB
Black with #85BDAB
Text Example
Text Example
White with #85BDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BDAB; }
p { color: rgb(133,189,171); }
H1.HeaderClassName
{
color: #85BDAB;
}
.AnyTagClassName
{
color: #85BDAB;
}
</style>
background-color css
<style>
a { background-color: #85BDAB; }
a { background-color: rgb(133,189,171); }
div.DivClassName
{
background-color: #85BDAB;
}
.BgClassName
{
background-color: #85BDAB;
}
</style>
border-color css
<style>
span { border-color: #85BDAB; }
span { border-color: rgb(133,189,171); }
td.TdClassName
{
border-color: #85BDAB;
}
.TagClassName
{
border-color: #85BDAB;
}
</style>