Shades of Chinook #94CA9A
Tints of Chinook #94CA9A
RGB
CMYK
RGB Variations
Color information
#94CA9A (or 0x94CA9A) is known color: Chinook. HEX triplet: 94, CA and 9A. RGB value is (148,202,154). Sum of RGB (Red+Green+Blue) = 148+202+154=504 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.37% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 154 (60.55% from 255 or 30.56% from 504); Max value from RGB is 202 - color contains mainly: green. Hex color #94CA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CA9A is #6B3565. Grayscale: #B4B4B4. Windows color (decimal): -7026022 or 10144404. OLE color: 10144404.
HSL color Cylindrical-coordinate representation of color #94CA9A: hue angle of 126.67º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94CA9A is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 202 | 154 | - |
| CMYK | 0.27 | 0 | 0.24 | 0.21 |
| HSL | 126.67º | 0.34% | 0.69% | - |
| HSV(B) | 126.67º | 0.27% | 0.79% | - |
| XYZ | 39.17 | 50.87 | 38.33 | - |
| YUV | 180.38 | 113.11 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 202 | 154 | 0.27 | 0 | 0.24 | 0.21 | 126.67 | 0.34 | 0.69 |
| Hex | 94 | CA | 9A | 1B | 0 | 18 | 15 | 7F | 22 | 45 |
| Octal | 224 | 312 | 232 | 33 | 0 | 30 | 25 | 177 | 42 | 105 |
| Binary | 10010100 | 11001010 | 10011010 | 11011 | 0 | 11000 | 10101 | 1111111 | 100010 | 1000101 |
Color Harmonies of #94CA9A
Complementary color
Monochromatic Colors of #94CA9A
Black with #94CA9A
Text Example
Text Example
White with #94CA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CA9A; }
p { color: rgb(148,202,154); }
H1.HeaderClassName
{
color: #94CA9A;
}
.AnyTagClassName
{
color: #94CA9A;
}
</style>
background-color css
<style>
a { background-color: #94CA9A; }
a { background-color: rgb(148,202,154); }
div.DivClassName
{
background-color: #94CA9A;
}
.BgClassName
{
background-color: #94CA9A;
}
</style>
border-color css
<style>
span { border-color: #94CA9A; }
span { border-color: rgb(148,202,154); }
td.TdClassName
{
border-color: #94CA9A;
}
.TagClassName
{
border-color: #94CA9A;
}
</style>