Shades of Sea Nymph #8CADA5
Tints of Sea Nymph #8CADA5
RGB
CMYK
RGB Variations
Color information
#8CADA5 (or 0x8CADA5) is known color: Sea Nymph. HEX triplet: 8C, AD and A5. RGB value is (140,173,165). Sum of RGB (Red+Green+Blue) = 140+173+165=478 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.29% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 165 (64.84% from 255 or 34.52% from 478); Max value from RGB is 173 - color contains mainly: green. Hex color #8CADA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CADA5 is #73525A. Grayscale: #A2A2A2. Windows color (decimal): -7557723 or 10857868. OLE color: 10857868.
HSL color Cylindrical-coordinate representation of color #8CADA5: hue angle of 165.45º 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 #8CADA5 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 173 | 165 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.32 |
| HSL | 165.45º | 0.17% | 0.61% | - |
| HSV(B) | 165.45º | 0.19% | 0.68% | - |
| XYZ | 32.55 | 38.18 | 41.25 | - |
| YUV | 162.22 | 129.57 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 173 | 165 | 0.19 | 0 | 0.05 | 0.32 | 165.45 | 0.17 | 0.61 |
| Hex | 8C | AD | A5 | 13 | 0 | 5 | 20 | A5 | 11 | 3D |
| Octal | 214 | 255 | 245 | 23 | 0 | 5 | 40 | 245 | 21 | 75 |
| Binary | 10001100 | 10101101 | 10100101 | 10011 | 0 | 101 | 100000 | 10100101 | 10001 | 111101 |
Color Harmonies of #8CADA5
Complementary color
Monochromatic Colors of #8CADA5
Black with #8CADA5
Text Example
Text Example
White with #8CADA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CADA5; }
p { color: rgb(140,173,165); }
H1.HeaderClassName
{
color: #8CADA5;
}
.AnyTagClassName
{
color: #8CADA5;
}
</style>
background-color css
<style>
a { background-color: #8CADA5; }
a { background-color: rgb(140,173,165); }
div.DivClassName
{
background-color: #8CADA5;
}
.BgClassName
{
background-color: #8CADA5;
}
</style>
border-color css
<style>
span { border-color: #8CADA5; }
span { border-color: rgb(140,173,165); }
td.TdClassName
{
border-color: #8CADA5;
}
.TagClassName
{
border-color: #8CADA5;
}
</style>