Shades of Sea Nymph #8CABA4
Tints of Sea Nymph #8CABA4
RGB
CMYK
RGB Variations
Color information
#8CABA4 (or 0x8CABA4) is known color: Sea Nymph. HEX triplet: 8C, AB and A4. RGB value is (140,171,164). Sum of RGB (Red+Green+Blue) = 140+171+164=475 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.47% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 164 (64.45% from 255 or 34.53% from 475); Max value from RGB is 171 - color contains mainly: green. Hex color #8CABA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CABA4 is #73545B. Grayscale: #A0A0A0. Windows color (decimal): -7558236 or 10791820. OLE color: 10791820.
HSL color Cylindrical-coordinate representation of color #8CABA4: hue angle of 166.45º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8CABA4 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 171 | 164 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.33 |
| HSL | 166.45º | 0.16% | 0.61% | - |
| HSV(B) | 166.45º | 0.18% | 0.67% | - |
| XYZ | 32.08 | 37.38 | 40.65 | - |
| YUV | 160.93 | 129.73 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 171 | 164 | 0.18 | 0 | 0.04 | 0.33 | 166.45 | 0.16 | 0.61 |
| Hex | 8C | AB | A4 | 12 | 0 | 4 | 21 | A6 | 10 | 3D |
| Octal | 214 | 253 | 244 | 22 | 0 | 4 | 41 | 246 | 20 | 75 |
| Binary | 10001100 | 10101011 | 10100100 | 10010 | 0 | 100 | 100001 | 10100110 | 10000 | 111101 |
Color Harmonies of #8CABA4
Complementary color
Monochromatic Colors of #8CABA4
Black with #8CABA4
Text Example
Text Example
White with #8CABA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CABA4; }
p { color: rgb(140,171,164); }
H1.HeaderClassName
{
color: #8CABA4;
}
.AnyTagClassName
{
color: #8CABA4;
}
</style>
background-color css
<style>
a { background-color: #8CABA4; }
a { background-color: rgb(140,171,164); }
div.DivClassName
{
background-color: #8CABA4;
}
.BgClassName
{
background-color: #8CABA4;
}
</style>
border-color css
<style>
span { border-color: #8CABA4; }
span { border-color: rgb(140,171,164); }
td.TdClassName
{
border-color: #8CABA4;
}
.TagClassName
{
border-color: #8CABA4;
}
</style>