Shades of Sea Nymph #8CADA9
Tints of Sea Nymph #8CADA9
RGB
CMYK
RGB Variations
Color information
#8CADA9 (or 0x8CADA9) is known color: Sea Nymph. HEX triplet: 8C, AD and A9. RGB value is (140,173,169). Sum of RGB (Red+Green+Blue) = 140+173+169=482 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.05% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 169 (66.41% from 255 or 35.06% from 482); Max value from RGB is 173 - color contains mainly: green. Hex color #8CADA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CADA9 is #735256. Grayscale: #A2A2A2. Windows color (decimal): -7557719 or 11120012. OLE color: 11120012.
HSL color Cylindrical-coordinate representation of color #8CADA9: hue angle of 172.73º 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 #8CADA9 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 173 | 169 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.32 |
| HSL | 172.73º | 0.17% | 0.61% | - |
| HSV(B) | 172.73º | 0.19% | 0.68% | - |
| XYZ | 32.92 | 38.33 | 43.2 | - |
| YUV | 162.68 | 131.57 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 173 | 169 | 0.19 | 0 | 0.02 | 0.32 | 172.73 | 0.17 | 0.61 |
| Hex | 8C | AD | A9 | 13 | 0 | 2 | 20 | AD | 11 | 3D |
| Octal | 214 | 255 | 251 | 23 | 0 | 2 | 40 | 255 | 21 | 75 |
| Binary | 10001100 | 10101101 | 10101001 | 10011 | 0 | 10 | 100000 | 10101101 | 10001 | 111101 |
Color Harmonies of #8CADA9
Complementary color
Monochromatic Colors of #8CADA9
Black with #8CADA9
Text Example
Text Example
White with #8CADA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CADA9; }
p { color: rgb(140,173,169); }
H1.HeaderClassName
{
color: #8CADA9;
}
.AnyTagClassName
{
color: #8CADA9;
}
</style>
background-color css
<style>
a { background-color: #8CADA9; }
a { background-color: rgb(140,173,169); }
div.DivClassName
{
background-color: #8CADA9;
}
.BgClassName
{
background-color: #8CADA9;
}
</style>
border-color css
<style>
span { border-color: #8CADA9; }
span { border-color: rgb(140,173,169); }
td.TdClassName
{
border-color: #8CADA9;
}
.TagClassName
{
border-color: #8CADA9;
}
</style>