Shades of Sea Nymph #85AFAB
Tints of Sea Nymph #85AFAB
RGB
CMYK
RGB Variations
Color information
#85AFAB (or 0x85AFAB) is known color: Sea Nymph. HEX triplet: 85, AF and AB. RGB value is (133,175,171). Sum of RGB (Red+Green+Blue) = 133+175+171=479 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.77% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 175 - color contains mainly: green. Hex color #85AFAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AFAB is #7A5054. Grayscale: #A1A1A1. Windows color (decimal): -8015957 or 11251589. OLE color: 11251589.
HSL color Cylindrical-coordinate representation of color #85AFAB: hue angle of 174.29º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #85AFAB is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 175 | 171 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.31 |
| HSL | 174.29º | 0.21% | 0.6% | - |
| HSV(B) | 174.29º | 0.24% | 0.69% | - |
| XYZ | 32.35 | 38.59 | 44.27 | - |
| YUV | 161.99 | 133.09 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 175 | 171 | 0.24 | 0 | 0.02 | 0.31 | 174.29 | 0.21 | 0.6 |
| Hex | 85 | AF | AB | 18 | 0 | 2 | 1F | AE | 15 | 3C |
| Octal | 205 | 257 | 253 | 30 | 0 | 2 | 37 | 256 | 25 | 74 |
| Binary | 10000101 | 10101111 | 10101011 | 11000 | 0 | 10 | 11111 | 10101110 | 10101 | 111100 |
Color Harmonies of #85AFAB
Complementary color
Monochromatic Colors of #85AFAB
Black with #85AFAB
Text Example
Text Example
White with #85AFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AFAB; }
p { color: rgb(133,175,171); }
H1.HeaderClassName
{
color: #85AFAB;
}
.AnyTagClassName
{
color: #85AFAB;
}
</style>
background-color css
<style>
a { background-color: #85AFAB; }
a { background-color: rgb(133,175,171); }
div.DivClassName
{
background-color: #85AFAB;
}
.BgClassName
{
background-color: #85AFAB;
}
</style>
border-color css
<style>
span { border-color: #85AFAB; }
span { border-color: rgb(133,175,171); }
td.TdClassName
{
border-color: #85AFAB;
}
.TagClassName
{
border-color: #85AFAB;
}
</style>