Shades of Sea Nymph #85BDAA
Tints of Sea Nymph #85BDAA
RGB
CMYK
RGB Variations
Color information
#85BDAA (or 0x85BDAA) is known color: Sea Nymph. HEX triplet: 85, BD and AA. RGB value is (133,189,170). Sum of RGB (Red+Green+Blue) = 133+189+170=492 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.03% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 189 - color contains mainly: green. Hex color #85BDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BDAA is #7A4255. Grayscale: #AAAAAA. Windows color (decimal): -8012374 or 11189637. OLE color: 11189637.
HSL color Cylindrical-coordinate representation of color #85BDAA: hue angle of 159.64º 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 #85BDAA is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 189 | 170 | - |
| CMYK | 0.30 | 0 | 0.10 | 0.26 |
| HSL | 159.64º | 0.3% | 0.63% | - |
| HSV(B) | 159.64º | 0.3% | 0.74% | - |
| XYZ | 35.13 | 44.28 | 44.73 | - |
| YUV | 170.09 | 127.95 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 189 | 170 | 0.30 | 0 | 0.10 | 0.26 | 159.64 | 0.3 | 0.63 |
| Hex | 85 | BD | AA | 1E | 0 | A | 1A | A0 | 1E | 3F |
| Octal | 205 | 275 | 252 | 36 | 0 | 12 | 32 | 240 | 36 | 77 |
| Binary | 10000101 | 10111101 | 10101010 | 11110 | 0 | 1010 | 11010 | 10100000 | 11110 | 111111 |
Color Harmonies of #85BDAA
Complementary color
Monochromatic Colors of #85BDAA
Black with #85BDAA
Text Example
Text Example
White with #85BDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BDAA; }
p { color: rgb(133,189,170); }
H1.HeaderClassName
{
color: #85BDAA;
}
.AnyTagClassName
{
color: #85BDAA;
}
</style>
background-color css
<style>
a { background-color: #85BDAA; }
a { background-color: rgb(133,189,170); }
div.DivClassName
{
background-color: #85BDAA;
}
.BgClassName
{
background-color: #85BDAA;
}
</style>
border-color css
<style>
span { border-color: #85BDAA; }
span { border-color: rgb(133,189,170); }
td.TdClassName
{
border-color: #85BDAA;
}
.TagClassName
{
border-color: #85BDAA;
}
</style>