Shades of Sea Nymph #85BEA6
Tints of Sea Nymph #85BEA6
RGB
CMYK
RGB Variations
Color information
#85BEA6 (or 0x85BEA6) is known color: Sea Nymph. HEX triplet: 85, BE and A6. RGB value is (133,190,166). Sum of RGB (Red+Green+Blue) = 133+190+166=489 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.20% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 166 (65.23% from 255 or 33.95% from 489); Max value from RGB is 190 - color contains mainly: green. Hex color #85BEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BEA6 is #7A4159. Grayscale: #AAAAAA. Windows color (decimal): -8012122 or 10927749. OLE color: 10927749.
HSL color Cylindrical-coordinate representation of color #85BEA6: hue angle of 154.74º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85BEA6 is Cyan = 0.3, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 190 | 166 | - |
| CMYK | 0.3 | 0 | 0.13 | 0.25 |
| HSL | 154.74º | 0.3% | 0.63% | - |
| HSV(B) | 154.74º | 0.3% | 0.75% | - |
| XYZ | 34.97 | 44.57 | 42.84 | - |
| YUV | 170.22 | 125.62 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 190 | 166 | 0.3 | 0 | 0.13 | 0.25 | 154.74 | 0.3 | 0.63 |
| Hex | 85 | BE | A6 | 1E | 0 | D | 19 | 9B | 1E | 3F |
| Octal | 205 | 276 | 246 | 36 | 0 | 15 | 31 | 233 | 36 | 77 |
| Binary | 10000101 | 10111110 | 10100110 | 11110 | 0 | 1101 | 11001 | 10011011 | 11110 | 111111 |
Color Harmonies of #85BEA6
Complementary color
Monochromatic Colors of #85BEA6
Black with #85BEA6
Text Example
Text Example
White with #85BEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BEA6; }
p { color: rgb(133,190,166); }
H1.HeaderClassName
{
color: #85BEA6;
}
.AnyTagClassName
{
color: #85BEA6;
}
</style>
background-color css
<style>
a { background-color: #85BEA6; }
a { background-color: rgb(133,190,166); }
div.DivClassName
{
background-color: #85BEA6;
}
.BgClassName
{
background-color: #85BEA6;
}
</style>
border-color css
<style>
span { border-color: #85BEA6; }
span { border-color: rgb(133,190,166); }
td.TdClassName
{
border-color: #85BEA6;
}
.TagClassName
{
border-color: #85BEA6;
}
</style>