Shades of Sea Nymph #85BDA6
Tints of Sea Nymph #85BDA6
RGB
CMYK
RGB Variations
Color information
#85BDA6 (or 0x85BDA6) is known color: Sea Nymph. HEX triplet: 85, BD and A6. RGB value is (133,189,166). Sum of RGB (Red+Green+Blue) = 133+189+166=488 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.25% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 166 (65.23% from 255 or 34.02% from 488); Max value from RGB is 189 - color contains mainly: green. Hex color #85BDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BDA6 is #7A4259. Grayscale: #A9A9A9. Windows color (decimal): -8012378 or 10927493. OLE color: 10927493.
HSL color Cylindrical-coordinate representation of color #85BDA6: hue angle of 155.36º 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 #85BDA6 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 189 | 166 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.26 |
| HSL | 155.36º | 0.3% | 0.63% | - |
| HSV(B) | 155.36º | 0.3% | 0.74% | - |
| XYZ | 34.75 | 44.13 | 42.76 | - |
| YUV | 169.63 | 125.95 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 189 | 166 | 0.30 | 0 | 0.12 | 0.26 | 155.36 | 0.3 | 0.63 |
| Hex | 85 | BD | A6 | 1E | 0 | C | 1A | 9B | 1E | 3F |
| Octal | 205 | 275 | 246 | 36 | 0 | 14 | 32 | 233 | 36 | 77 |
| Binary | 10000101 | 10111101 | 10100110 | 11110 | 0 | 1100 | 11010 | 10011011 | 11110 | 111111 |
Color Harmonies of #85BDA6
Complementary color
Monochromatic Colors of #85BDA6
Black with #85BDA6
Text Example
Text Example
White with #85BDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BDA6; }
p { color: rgb(133,189,166); }
H1.HeaderClassName
{
color: #85BDA6;
}
.AnyTagClassName
{
color: #85BDA6;
}
</style>
background-color css
<style>
a { background-color: #85BDA6; }
a { background-color: rgb(133,189,166); }
div.DivClassName
{
background-color: #85BDA6;
}
.BgClassName
{
background-color: #85BDA6;
}
</style>
border-color css
<style>
span { border-color: #85BDA6; }
span { border-color: rgb(133,189,166); }
td.TdClassName
{
border-color: #85BDA6;
}
.TagClassName
{
border-color: #85BDA6;
}
</style>