Shades of Chinook #95E0AB
Tints of Chinook #95E0AB
RGB
CMYK
RGB Variations
Color information
#95E0AB (or 0x95E0AB) is known color: Chinook. HEX triplet: 95, E0 and AB. RGB value is (149,224,171). Sum of RGB (Red+Green+Blue) = 149+224+171=544 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.39% from 544); Green value is 224 (87.89% from 255 or 41.18% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 224 - color contains mainly: green. Hex color #95E0AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95E0AB is #6A1F54. Grayscale: #C3C3C3. Windows color (decimal): -6954837 or 11264149. OLE color: 11264149.
HSL color Cylindrical-coordinate representation of color #95E0AB: hue angle of 137.6º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95E0AB is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 149 | 224 | 171 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.12 |
| HSL | 137.6º | 0.55% | 0.73% | - |
| HSV(B) | 137.6º | 0.33% | 0.88% | - |
| XYZ | 46.4 | 62.64 | 48.17 | - |
| YUV | 195.53 | 114.15 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 224 | 171 | 0.33 | 0 | 0.24 | 0.12 | 137.6 | 0.55 | 0.73 |
| Hex | 95 | E0 | AB | 21 | 0 | 18 | C | 8A | 37 | 49 |
| Octal | 225 | 340 | 253 | 41 | 0 | 30 | 14 | 212 | 67 | 111 |
| Binary | 10010101 | 11100000 | 10101011 | 100001 | 0 | 11000 | 1100 | 10001010 | 110111 | 1001001 |
Color Harmonies of #95E0AB
Complementary color
Monochromatic Colors of #95E0AB
Black with #95E0AB
Text Example
Text Example
White with #95E0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E0AB; }
p { color: rgb(149,224,171); }
H1.HeaderClassName
{
color: #95E0AB;
}
.AnyTagClassName
{
color: #95E0AB;
}
</style>
background-color css
<style>
a { background-color: #95E0AB; }
a { background-color: rgb(149,224,171); }
div.DivClassName
{
background-color: #95E0AB;
}
.BgClassName
{
background-color: #95E0AB;
}
</style>
border-color css
<style>
span { border-color: #95E0AB; }
span { border-color: rgb(149,224,171); }
td.TdClassName
{
border-color: #95E0AB;
}
.TagClassName
{
border-color: #95E0AB;
}
</style>