Shades of Chinook #95C99F
Tints of Chinook #95C99F
RGB
CMYK
RGB Variations
Color information
#95C99F (or 0x95C99F) is known color: Chinook. HEX triplet: 95, C9 and 9F. RGB value is (149,201,159). Sum of RGB (Red+Green+Blue) = 149+201+159=509 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.27% from 509); Green value is 201 (78.91% from 255 or 39.49% from 509); Blue value is 159 (62.5% from 255 or 31.24% from 509); Max value from RGB is 201 - color contains mainly: green. Hex color #95C99F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C99F is #6A3660. Grayscale: #B4B4B4. Windows color (decimal): -6960737 or 10471829. OLE color: 10471829.
HSL color Cylindrical-coordinate representation of color #95C99F: hue angle of 131.54º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #95C99F is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 149 | 201 | 159 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.21 |
| HSL | 131.54º | 0.33% | 0.69% | - |
| HSV(B) | 131.54º | 0.26% | 0.79% | - |
| XYZ | 39.54 | 50.67 | 40.5 | - |
| YUV | 180.66 | 115.77 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 201 | 159 | 0.26 | 0 | 0.21 | 0.21 | 131.54 | 0.33 | 0.69 |
| Hex | 95 | C9 | 9F | 1A | 0 | 15 | 15 | 84 | 20 | 45 |
| Octal | 225 | 311 | 237 | 32 | 0 | 25 | 25 | 204 | 40 | 105 |
| Binary | 10010101 | 11001001 | 10011111 | 11010 | 0 | 10101 | 10101 | 10000100 | 100000 | 1000101 |
Color Harmonies of #95C99F
Complementary color
Monochromatic Colors of #95C99F
Black with #95C99F
Text Example
Text Example
White with #95C99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C99F; }
p { color: rgb(149,201,159); }
H1.HeaderClassName
{
color: #95C99F;
}
.AnyTagClassName
{
color: #95C99F;
}
</style>
background-color css
<style>
a { background-color: #95C99F; }
a { background-color: rgb(149,201,159); }
div.DivClassName
{
background-color: #95C99F;
}
.BgClassName
{
background-color: #95C99F;
}
</style>
border-color css
<style>
span { border-color: #95C99F; }
span { border-color: rgb(149,201,159); }
td.TdClassName
{
border-color: #95C99F;
}
.TagClassName
{
border-color: #95C99F;
}
</style>