Shades of Chinook #95CEA4
Tints of Chinook #95CEA4
RGB
CMYK
RGB Variations
Color information
#95CEA4 (or 0x95CEA4) is known color: Chinook. HEX triplet: 95, CE and A4. RGB value is (149,206,164). Sum of RGB (Red+Green+Blue) = 149+206+164=519 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.71% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 164 (64.45% from 255 or 31.60% from 519); Max value from RGB is 206 - color contains mainly: green. Hex color #95CEA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CEA4 is #6A315B. Grayscale: #B8B8B8. Windows color (decimal): -6959452 or 10800789. OLE color: 10800789.
HSL color Cylindrical-coordinate representation of color #95CEA4: hue angle of 135.79º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95CEA4 is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 206 | 164 | - |
| CMYK | 0.28 | 0 | 0.20 | 0.19 |
| HSL | 135.79º | 0.37% | 0.7% | - |
| HSV(B) | 135.79º | 0.28% | 0.81% | - |
| XYZ | 41.17 | 53.21 | 43.22 | - |
| YUV | 184.17 | 116.62 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 206 | 164 | 0.28 | 0 | 0.20 | 0.19 | 135.79 | 0.37 | 0.7 |
| Hex | 95 | CE | A4 | 1C | 0 | 14 | 13 | 88 | 25 | 46 |
| Octal | 225 | 316 | 244 | 34 | 0 | 24 | 23 | 210 | 45 | 106 |
| Binary | 10010101 | 11001110 | 10100100 | 11100 | 0 | 10100 | 10011 | 10001000 | 100101 | 1000110 |
Color Harmonies of #95CEA4
Complementary color
Monochromatic Colors of #95CEA4
Black with #95CEA4
Text Example
Text Example
White with #95CEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95CEA4; }
p { color: rgb(149,206,164); }
H1.HeaderClassName
{
color: #95CEA4;
}
.AnyTagClassName
{
color: #95CEA4;
}
</style>
background-color css
<style>
a { background-color: #95CEA4; }
a { background-color: rgb(149,206,164); }
div.DivClassName
{
background-color: #95CEA4;
}
.BgClassName
{
background-color: #95CEA4;
}
</style>
border-color css
<style>
span { border-color: #95CEA4; }
span { border-color: rgb(149,206,164); }
td.TdClassName
{
border-color: #95CEA4;
}
.TagClassName
{
border-color: #95CEA4;
}
</style>