Shades of Sea Nymph #8CADAA
Tints of Sea Nymph #8CADAA
RGB
CMYK
RGB Variations
Color information
#8CADAA (or 0x8CADAA) is known color: Sea Nymph. HEX triplet: 8C, AD and AA. RGB value is (140,173,170). Sum of RGB (Red+Green+Blue) = 140+173+170=483 (63% of max value = 765). Red value is 140 (55.08% from 255 or 28.99% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 173 - color contains mainly: green. Hex color #8CADAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CADAA is #735255. Grayscale: #A2A2A2. Windows color (decimal): -7557718 or 11185548. OLE color: 11185548.
HSL color Cylindrical-coordinate representation of color #8CADAA: hue angle of 174.55º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8CADAA is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 173 | 170 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.32 |
| HSL | 174.55º | 0.17% | 0.61% | - |
| HSV(B) | 174.55º | 0.19% | 0.68% | - |
| XYZ | 33.01 | 38.36 | 43.7 | - |
| YUV | 162.79 | 132.07 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 173 | 170 | 0.19 | 0 | 0.02 | 0.32 | 174.55 | 0.17 | 0.61 |
| Hex | 8C | AD | AA | 13 | 0 | 2 | 20 | AF | 11 | 3D |
| Octal | 214 | 255 | 252 | 23 | 0 | 2 | 40 | 257 | 21 | 75 |
| Binary | 10001100 | 10101101 | 10101010 | 10011 | 0 | 10 | 100000 | 10101111 | 10001 | 111101 |
Color Harmonies of #8CADAA
Complementary color
Monochromatic Colors of #8CADAA
Black with #8CADAA
Text Example
Text Example
White with #8CADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CADAA; }
p { color: rgb(140,173,170); }
H1.HeaderClassName
{
color: #8CADAA;
}
.AnyTagClassName
{
color: #8CADAA;
}
</style>
background-color css
<style>
a { background-color: #8CADAA; }
a { background-color: rgb(140,173,170); }
div.DivClassName
{
background-color: #8CADAA;
}
.BgClassName
{
background-color: #8CADAA;
}
</style>
border-color css
<style>
span { border-color: #8CADAA; }
span { border-color: rgb(140,173,170); }
td.TdClassName
{
border-color: #8CADAA;
}
.TagClassName
{
border-color: #8CADAA;
}
</style>