Shades of Sea Nymph #85B3A3
Tints of Sea Nymph #85B3A3
RGB
CMYK
RGB Variations
Color information
#85B3A3 (or 0x85B3A3) is known color: Sea Nymph. HEX triplet: 85, B3 and A3. RGB value is (133,179,163). Sum of RGB (Red+Green+Blue) = 133+179+163=475 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28% from 475); Green value is 179 (70.31% from 255 or 37.68% from 475); Blue value is 163 (64.06% from 255 or 34.32% from 475); Max value from RGB is 179 - color contains mainly: green. Hex color #85B3A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B3A3 is #7A4C5C. Grayscale: #A3A3A3. Windows color (decimal): -8014941 or 10728325. OLE color: 10728325.
HSL color Cylindrical-coordinate representation of color #85B3A3: hue angle of 159.13º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #85B3A3 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 179 | 163 | - |
| CMYK | 0.26 | 0 | 0.09 | 0.30 |
| HSL | 159.13º | 0.23% | 0.61% | - |
| HSV(B) | 159.13º | 0.26% | 0.7% | - |
| XYZ | 32.4 | 39.87 | 40.64 | - |
| YUV | 163.42 | 127.76 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 179 | 163 | 0.26 | 0 | 0.09 | 0.30 | 159.13 | 0.23 | 0.61 |
| Hex | 85 | B3 | A3 | 1A | 0 | 9 | 1E | 9F | 17 | 3D |
| Octal | 205 | 263 | 243 | 32 | 0 | 11 | 36 | 237 | 27 | 75 |
| Binary | 10000101 | 10110011 | 10100011 | 11010 | 0 | 1001 | 11110 | 10011111 | 10111 | 111101 |
Color Harmonies of #85B3A3
Complementary color
Monochromatic Colors of #85B3A3
Black with #85B3A3
Text Example
Text Example
White with #85B3A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B3A3; }
p { color: rgb(133,179,163); }
H1.HeaderClassName
{
color: #85B3A3;
}
.AnyTagClassName
{
color: #85B3A3;
}
</style>
background-color css
<style>
a { background-color: #85B3A3; }
a { background-color: rgb(133,179,163); }
div.DivClassName
{
background-color: #85B3A3;
}
.BgClassName
{
background-color: #85B3A3;
}
</style>
border-color css
<style>
span { border-color: #85B3A3; }
span { border-color: rgb(133,179,163); }
td.TdClassName
{
border-color: #85B3A3;
}
.TagClassName
{
border-color: #85B3A3;
}
</style>