Shades of Chinook #95CDA4
Tints of Chinook #95CDA4
RGB
CMYK
RGB Variations
Color information
#95CDA4 (or 0x95CDA4) is known color: Chinook. HEX triplet: 95, CD and A4. RGB value is (149,205,164). Sum of RGB (Red+Green+Blue) = 149+205+164=518 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.76% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 164 (64.45% from 255 or 31.66% from 518); Max value from RGB is 205 - color contains mainly: green. Hex color #95CDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CDA4 is #6A325B. Grayscale: #B7B7B7. Windows color (decimal): -6959708 or 10800533. OLE color: 10800533.
HSL color Cylindrical-coordinate representation of color #95CDA4: hue angle of 136.07º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95CDA4 is Cyan = 0.27, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 205 | 164 | - |
| CMYK | 0.27 | 0 | 0.2 | 0.20 |
| HSL | 136.07º | 0.36% | 0.69% | - |
| HSV(B) | 136.07º | 0.27% | 0.8% | - |
| XYZ | 40.93 | 52.73 | 43.14 | - |
| YUV | 183.58 | 116.95 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 205 | 164 | 0.27 | 0 | 0.2 | 0.20 | 136.07 | 0.36 | 0.69 |
| Hex | 95 | CD | A4 | 1B | 0 | 14 | 14 | 88 | 24 | 45 |
| Octal | 225 | 315 | 244 | 33 | 0 | 24 | 24 | 210 | 44 | 105 |
| Binary | 10010101 | 11001101 | 10100100 | 11011 | 0 | 10100 | 10100 | 10001000 | 100100 | 1000101 |
Color Harmonies of #95CDA4
Complementary color
Monochromatic Colors of #95CDA4
Black with #95CDA4
Text Example
Text Example
White with #95CDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95CDA4; }
p { color: rgb(149,205,164); }
H1.HeaderClassName
{
color: #95CDA4;
}
.AnyTagClassName
{
color: #95CDA4;
}
</style>
background-color css
<style>
a { background-color: #95CDA4; }
a { background-color: rgb(149,205,164); }
div.DivClassName
{
background-color: #95CDA4;
}
.BgClassName
{
background-color: #95CDA4;
}
</style>
border-color css
<style>
span { border-color: #95CDA4; }
span { border-color: rgb(149,205,164); }
td.TdClassName
{
border-color: #95CDA4;
}
.TagClassName
{
border-color: #95CDA4;
}
</style>