Shades of Sea Nymph #85BDA7
Tints of Sea Nymph #85BDA7
RGB
CMYK
RGB Variations
Color information
#85BDA7 (or 0x85BDA7) is known color: Sea Nymph. HEX triplet: 85, BD and A7. RGB value is (133,189,167). Sum of RGB (Red+Green+Blue) = 133+189+167=489 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.20% from 489); Green value is 189 (74.22% from 255 or 38.65% from 489); Blue value is 167 (65.62% from 255 or 34.15% from 489); Max value from RGB is 189 - color contains mainly: green. Hex color #85BDA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BDA7 is #7A4258. Grayscale: #A9A9A9. Windows color (decimal): -8012377 or 10993029. OLE color: 10993029.
HSL color Cylindrical-coordinate representation of color #85BDA7: hue angle of 156.43º 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 #85BDA7 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 189 | 167 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.26 |
| HSL | 156.43º | 0.3% | 0.63% | - |
| HSV(B) | 156.43º | 0.3% | 0.74% | - |
| XYZ | 34.85 | 44.17 | 43.25 | - |
| YUV | 169.75 | 126.45 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 189 | 167 | 0.30 | 0 | 0.12 | 0.26 | 156.43 | 0.3 | 0.63 |
| Hex | 85 | BD | A7 | 1E | 0 | C | 1A | 9C | 1E | 3F |
| Octal | 205 | 275 | 247 | 36 | 0 | 14 | 32 | 234 | 36 | 77 |
| Binary | 10000101 | 10111101 | 10100111 | 11110 | 0 | 1100 | 11010 | 10011100 | 11110 | 111111 |
Color Harmonies of #85BDA7
Complementary color
Monochromatic Colors of #85BDA7
Black with #85BDA7
Text Example
Text Example
White with #85BDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BDA7; }
p { color: rgb(133,189,167); }
H1.HeaderClassName
{
color: #85BDA7;
}
.AnyTagClassName
{
color: #85BDA7;
}
</style>
background-color css
<style>
a { background-color: #85BDA7; }
a { background-color: rgb(133,189,167); }
div.DivClassName
{
background-color: #85BDA7;
}
.BgClassName
{
background-color: #85BDA7;
}
</style>
border-color css
<style>
span { border-color: #85BDA7; }
span { border-color: rgb(133,189,167); }
td.TdClassName
{
border-color: #85BDA7;
}
.TagClassName
{
border-color: #85BDA7;
}
</style>