Shades of Chinook #94CFA3
Tints of Chinook #94CFA3
RGB
CMYK
RGB Variations
Color information
#94CFA3 (or 0x94CFA3) is known color: Chinook. HEX triplet: 94, CF and A3. RGB value is (148,207,163). Sum of RGB (Red+Green+Blue) = 148+207+163=518 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.57% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 163 (64.06% from 255 or 31.47% from 518); Max value from RGB is 207 - color contains mainly: green. Hex color #94CFA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CFA3 is #6B305C. Grayscale: #B8B8B8. Windows color (decimal): -7024733 or 10735508. OLE color: 10735508.
HSL color Cylindrical-coordinate representation of color #94CFA3: hue angle of 135.25º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94CFA3 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 207 | 163 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.19 |
| HSL | 135.25º | 0.38% | 0.7% | - |
| HSV(B) | 135.25º | 0.29% | 0.81% | - |
| XYZ | 41.14 | 53.57 | 42.82 | - |
| YUV | 184.34 | 115.95 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 207 | 163 | 0.29 | 0 | 0.21 | 0.19 | 135.25 | 0.38 | 0.7 |
| Hex | 94 | CF | A3 | 1D | 0 | 15 | 13 | 87 | 26 | 46 |
| Octal | 224 | 317 | 243 | 35 | 0 | 25 | 23 | 207 | 46 | 106 |
| Binary | 10010100 | 11001111 | 10100011 | 11101 | 0 | 10101 | 10011 | 10000111 | 100110 | 1000110 |
Color Harmonies of #94CFA3
Complementary color
Monochromatic Colors of #94CFA3
Black with #94CFA3
Text Example
Text Example
White with #94CFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CFA3; }
p { color: rgb(148,207,163); }
H1.HeaderClassName
{
color: #94CFA3;
}
.AnyTagClassName
{
color: #94CFA3;
}
</style>
background-color css
<style>
a { background-color: #94CFA3; }
a { background-color: rgb(148,207,163); }
div.DivClassName
{
background-color: #94CFA3;
}
.BgClassName
{
background-color: #94CFA3;
}
</style>
border-color css
<style>
span { border-color: #94CFA3; }
span { border-color: rgb(148,207,163); }
td.TdClassName
{
border-color: #94CFA3;
}
.TagClassName
{
border-color: #94CFA3;
}
</style>