Shades of Chinook #95DAA1
Tints of Chinook #95DAA1
RGB
CMYK
RGB Variations
Color information
#95DAA1 (or 0x95DAA1) is known color: Chinook. HEX triplet: 95, DA and A1. RGB value is (149,218,161). Sum of RGB (Red+Green+Blue) = 149+218+161=528 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.22% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 161 (63.28% from 255 or 30.49% from 528); Max value from RGB is 218 - color contains mainly: green. Hex color #95DAA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DAA1 is #6A255E. Grayscale: #BFBFBF. Windows color (decimal): -6956383 or 10607253. OLE color: 10607253.
HSL color Cylindrical-coordinate representation of color #95DAA1: hue angle of 130.43º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95DAA1 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 218 | 161 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.15 |
| HSL | 130.43º | 0.48% | 0.72% | - |
| HSV(B) | 130.43º | 0.32% | 0.85% | - |
| XYZ | 43.9 | 59.11 | 42.81 | - |
| YUV | 190.87 | 111.14 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 218 | 161 | 0.32 | 0 | 0.26 | 0.15 | 130.43 | 0.48 | 0.72 |
| Hex | 95 | DA | A1 | 20 | 0 | 1A | F | 82 | 30 | 48 |
| Octal | 225 | 332 | 241 | 40 | 0 | 32 | 17 | 202 | 60 | 110 |
| Binary | 10010101 | 11011010 | 10100001 | 100000 | 0 | 11010 | 1111 | 10000010 | 110000 | 1001000 |
Color Harmonies of #95DAA1
Complementary color
Monochromatic Colors of #95DAA1
Black with #95DAA1
Text Example
Text Example
White with #95DAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DAA1; }
p { color: rgb(149,218,161); }
H1.HeaderClassName
{
color: #95DAA1;
}
.AnyTagClassName
{
color: #95DAA1;
}
</style>
background-color css
<style>
a { background-color: #95DAA1; }
a { background-color: rgb(149,218,161); }
div.DivClassName
{
background-color: #95DAA1;
}
.BgClassName
{
background-color: #95DAA1;
}
</style>
border-color css
<style>
span { border-color: #95DAA1; }
span { border-color: rgb(149,218,161); }
td.TdClassName
{
border-color: #95DAA1;
}
.TagClassName
{
border-color: #95DAA1;
}
</style>