Shades of Sea Nymph #8CB4A4
Tints of Sea Nymph #8CB4A4
RGB
CMYK
RGB Variations
Color information
#8CB4A4 (or 0x8CB4A4) is known color: Sea Nymph. HEX triplet: 8C, B4 and A4. RGB value is (140,180,164). Sum of RGB (Red+Green+Blue) = 140+180+164=484 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.93% from 484); Green value is 180 (70.70% from 255 or 37.19% from 484); Blue value is 164 (64.45% from 255 or 33.88% from 484); Max value from RGB is 180 - color contains mainly: green. Hex color #8CB4A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB4A4 is #734B5B. Grayscale: #A6A6A6. Windows color (decimal): -7555932 or 10794124. OLE color: 10794124.
HSL color Cylindrical-coordinate representation of color #8CB4A4: hue angle of 156º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8CB4A4 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 180 | 164 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.29 |
| HSL | 156º | 0.21% | 0.63% | - |
| HSV(B) | 156º | 0.22% | 0.71% | - |
| XYZ | 33.84 | 40.9 | 41.23 | - |
| YUV | 166.22 | 126.75 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 180 | 164 | 0.22 | 0 | 0.09 | 0.29 | 156 | 0.21 | 0.63 |
| Hex | 8C | B4 | A4 | 16 | 0 | 9 | 1D | 9C | 15 | 3F |
| Octal | 214 | 264 | 244 | 26 | 0 | 11 | 35 | 234 | 25 | 77 |
| Binary | 10001100 | 10110100 | 10100100 | 10110 | 0 | 1001 | 11101 | 10011100 | 10101 | 111111 |
Color Harmonies of #8CB4A4
Complementary color
Monochromatic Colors of #8CB4A4
Black with #8CB4A4
Text Example
Text Example
White with #8CB4A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB4A4; }
p { color: rgb(140,180,164); }
H1.HeaderClassName
{
color: #8CB4A4;
}
.AnyTagClassName
{
color: #8CB4A4;
}
</style>
background-color css
<style>
a { background-color: #8CB4A4; }
a { background-color: rgb(140,180,164); }
div.DivClassName
{
background-color: #8CB4A4;
}
.BgClassName
{
background-color: #8CB4A4;
}
</style>
border-color css
<style>
span { border-color: #8CB4A4; }
span { border-color: rgb(140,180,164); }
td.TdClassName
{
border-color: #8CB4A4;
}
.TagClassName
{
border-color: #8CB4A4;
}
</style>