Shades of Chinook #93CAA3
Tints of Chinook #93CAA3
RGB
CMYK
RGB Variations
Color information
#93CAA3 (or 0x93CAA3) is known color: Chinook. HEX triplet: 93, CA and A3. RGB value is (147,202,163). Sum of RGB (Red+Green+Blue) = 147+202+163=512 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.71% from 512); Green value is 202 (79.30% from 255 or 39.45% from 512); Blue value is 163 (64.06% from 255 or 31.84% from 512); Max value from RGB is 202 - color contains mainly: green. Hex color #93CAA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CAA3 is #6C355C. Grayscale: #B5B5B5. Windows color (decimal): -7091549 or 10734227. OLE color: 10734227.
HSL color Cylindrical-coordinate representation of color #93CAA3: hue angle of 137.45º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93CAA3 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 147 | 202 | 163 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.21 |
| HSL | 137.45º | 0.34% | 0.68% | - |
| HSV(B) | 137.45º | 0.27% | 0.79% | - |
| XYZ | 39.76 | 51.09 | 42.42 | - |
| YUV | 181.11 | 117.78 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 202 | 163 | 0.27 | 0 | 0.19 | 0.21 | 137.45 | 0.34 | 0.68 |
| Hex | 93 | CA | A3 | 1B | 0 | 13 | 15 | 89 | 22 | 44 |
| Octal | 223 | 312 | 243 | 33 | 0 | 23 | 25 | 211 | 42 | 104 |
| Binary | 10010011 | 11001010 | 10100011 | 11011 | 0 | 10011 | 10101 | 10001001 | 100010 | 1000100 |
Color Harmonies of #93CAA3
Complementary color
Monochromatic Colors of #93CAA3
Black with #93CAA3
Text Example
Text Example
White with #93CAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CAA3; }
p { color: rgb(147,202,163); }
H1.HeaderClassName
{
color: #93CAA3;
}
.AnyTagClassName
{
color: #93CAA3;
}
</style>
background-color css
<style>
a { background-color: #93CAA3; }
a { background-color: rgb(147,202,163); }
div.DivClassName
{
background-color: #93CAA3;
}
.BgClassName
{
background-color: #93CAA3;
}
</style>
border-color css
<style>
span { border-color: #93CAA3; }
span { border-color: rgb(147,202,163); }
td.TdClassName
{
border-color: #93CAA3;
}
.TagClassName
{
border-color: #93CAA3;
}
</style>