Shades of Chinook #8CDBA1
Tints of Chinook #8CDBA1
RGB
CMYK
RGB Variations
Color information
#8CDBA1 (or 0x8CDBA1) is known color: Chinook. HEX triplet: 8C, DB and A1. RGB value is (140,219,161). Sum of RGB (Red+Green+Blue) = 140+219+161=520 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.92% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 161 (63.28% from 255 or 30.96% from 520); Max value from RGB is 219 - color contains mainly: green. Hex color #8CDBA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDBA1 is #73245E. Grayscale: #BCBCBC. Windows color (decimal): -7545951 or 10607500. OLE color: 10607500.
HSL color Cylindrical-coordinate representation of color #8CDBA1: hue angle of 135.95º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CDBA1 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 219 | 161 | - |
| CMYK | 0.36 | 0 | 0.26 | 0.14 |
| HSL | 135.95º | 0.52% | 0.7% | - |
| HSV(B) | 135.95º | 0.36% | 0.86% | - |
| XYZ | 42.58 | 58.81 | 42.83 | - |
| YUV | 188.77 | 112.33 | 93.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 219 | 161 | 0.36 | 0 | 0.26 | 0.14 | 135.95 | 0.52 | 0.7 |
| Hex | 8C | DB | A1 | 24 | 0 | 1A | E | 88 | 34 | 46 |
| Octal | 214 | 333 | 241 | 44 | 0 | 32 | 16 | 210 | 64 | 106 |
| Binary | 10001100 | 11011011 | 10100001 | 100100 | 0 | 11010 | 1110 | 10001000 | 110100 | 1000110 |
Color Harmonies of #8CDBA1
Complementary color
Monochromatic Colors of #8CDBA1
Black with #8CDBA1
Text Example
Text Example
White with #8CDBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDBA1; }
p { color: rgb(140,219,161); }
H1.HeaderClassName
{
color: #8CDBA1;
}
.AnyTagClassName
{
color: #8CDBA1;
}
</style>
background-color css
<style>
a { background-color: #8CDBA1; }
a { background-color: rgb(140,219,161); }
div.DivClassName
{
background-color: #8CDBA1;
}
.BgClassName
{
background-color: #8CDBA1;
}
</style>
border-color css
<style>
span { border-color: #8CDBA1; }
span { border-color: rgb(140,219,161); }
td.TdClassName
{
border-color: #8CDBA1;
}
.TagClassName
{
border-color: #8CDBA1;
}
</style>