Shades of Sea Nymph #8CADA3
Tints of Sea Nymph #8CADA3
RGB
CMYK
RGB Variations
Color information
#8CADA3 (or 0x8CADA3) is known color: Sea Nymph. HEX triplet: 8C, AD and A3. RGB value is (140,173,163). Sum of RGB (Red+Green+Blue) = 140+173+163=476 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.41% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 163 (64.06% from 255 or 34.24% from 476); Max value from RGB is 173 - color contains mainly: green. Hex color #8CADA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CADA3 is #73525C. Grayscale: #A2A2A2. Windows color (decimal): -7557725 or 10726796. OLE color: 10726796.
HSL color Cylindrical-coordinate representation of color #8CADA3: hue angle of 161.82º 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 #8CADA3 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 173 | 163 | - |
| CMYK | 0.19 | 0 | 0.06 | 0.32 |
| HSL | 161.82º | 0.17% | 0.61% | - |
| HSV(B) | 161.82º | 0.19% | 0.68% | - |
| XYZ | 32.37 | 38.11 | 40.3 | - |
| YUV | 161.99 | 128.57 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 173 | 163 | 0.19 | 0 | 0.06 | 0.32 | 161.82 | 0.17 | 0.61 |
| Hex | 8C | AD | A3 | 13 | 0 | 6 | 20 | A2 | 11 | 3D |
| Octal | 214 | 255 | 243 | 23 | 0 | 6 | 40 | 242 | 21 | 75 |
| Binary | 10001100 | 10101101 | 10100011 | 10011 | 0 | 110 | 100000 | 10100010 | 10001 | 111101 |
Color Harmonies of #8CADA3
Complementary color
Monochromatic Colors of #8CADA3
Black with #8CADA3
Text Example
Text Example
White with #8CADA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CADA3; }
p { color: rgb(140,173,163); }
H1.HeaderClassName
{
color: #8CADA3;
}
.AnyTagClassName
{
color: #8CADA3;
}
</style>
background-color css
<style>
a { background-color: #8CADA3; }
a { background-color: rgb(140,173,163); }
div.DivClassName
{
background-color: #8CADA3;
}
.BgClassName
{
background-color: #8CADA3;
}
</style>
border-color css
<style>
span { border-color: #8CADA3; }
span { border-color: rgb(140,173,163); }
td.TdClassName
{
border-color: #8CADA3;
}
.TagClassName
{
border-color: #8CADA3;
}
</style>