Shades of Sea Nymph #85BAAB
Tints of Sea Nymph #85BAAB
RGB
CMYK
RGB Variations
Color information
#85BAAB (or 0x85BAAB) is known color: Sea Nymph. HEX triplet: 85, BA and AB. RGB value is (133,186,171). Sum of RGB (Red+Green+Blue) = 133+186+171=490 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.14% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 186 - color contains mainly: green. Hex color #85BAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BAAB is #7A4554. Grayscale: #A8A8A8. Windows color (decimal): -8013141 or 11254405. OLE color: 11254405.
HSL color Cylindrical-coordinate representation of color #85BAAB: hue angle of 163.02º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #85BAAB is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 186 | 171 | - |
| CMYK | 0.28 | 0 | 0.08 | 0.27 |
| HSL | 163.02º | 0.28% | 0.63% | - |
| HSV(B) | 163.02º | 0.28% | 0.73% | - |
| XYZ | 34.58 | 43.04 | 45.01 | - |
| YUV | 168.44 | 129.44 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 186 | 171 | 0.28 | 0 | 0.08 | 0.27 | 163.02 | 0.28 | 0.63 |
| Hex | 85 | BA | AB | 1C | 0 | 8 | 1B | A3 | 1C | 3F |
| Octal | 205 | 272 | 253 | 34 | 0 | 10 | 33 | 243 | 34 | 77 |
| Binary | 10000101 | 10111010 | 10101011 | 11100 | 0 | 1000 | 11011 | 10100011 | 11100 | 111111 |
Color Harmonies of #85BAAB
Complementary color
Monochromatic Colors of #85BAAB
Black with #85BAAB
Text Example
Text Example
White with #85BAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BAAB; }
p { color: rgb(133,186,171); }
H1.HeaderClassName
{
color: #85BAAB;
}
.AnyTagClassName
{
color: #85BAAB;
}
</style>
background-color css
<style>
a { background-color: #85BAAB; }
a { background-color: rgb(133,186,171); }
div.DivClassName
{
background-color: #85BAAB;
}
.BgClassName
{
background-color: #85BAAB;
}
</style>
border-color css
<style>
span { border-color: #85BAAB; }
span { border-color: rgb(133,186,171); }
td.TdClassName
{
border-color: #85BAAB;
}
.TagClassName
{
border-color: #85BAAB;
}
</style>