Shades of Chinook #93CAA4
Tints of Chinook #93CAA4
RGB
CMYK
RGB Variations
Color information
#93CAA4 (or 0x93CAA4) is known color: Chinook. HEX triplet: 93, CA and A4. RGB value is (147,202,164). Sum of RGB (Red+Green+Blue) = 147+202+164=513 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.65% from 513); Green value is 202 (79.30% from 255 or 39.38% from 513); Blue value is 164 (64.45% from 255 or 31.97% from 513); Max value from RGB is 202 - color contains mainly: green. Hex color #93CAA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CAA4 is #6C355B. Grayscale: #B5B5B5. Windows color (decimal): -7091548 or 10799763. OLE color: 10799763.
HSL color Cylindrical-coordinate representation of color #93CAA4: hue angle of 138.55º 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 #93CAA4 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 147 | 202 | 164 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.21 |
| HSL | 138.55º | 0.34% | 0.68% | - |
| HSV(B) | 138.55º | 0.27% | 0.79% | - |
| XYZ | 39.85 | 51.12 | 42.89 | - |
| YUV | 181.22 | 118.28 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 202 | 164 | 0.27 | 0 | 0.19 | 0.21 | 138.55 | 0.34 | 0.68 |
| Hex | 93 | CA | A4 | 1B | 0 | 13 | 15 | 8B | 22 | 44 |
| Octal | 223 | 312 | 244 | 33 | 0 | 23 | 25 | 213 | 42 | 104 |
| Binary | 10010011 | 11001010 | 10100100 | 11011 | 0 | 10011 | 10101 | 10001011 | 100010 | 1000100 |
Color Harmonies of #93CAA4
Complementary color
Monochromatic Colors of #93CAA4
Black with #93CAA4
Text Example
Text Example
White with #93CAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CAA4; }
p { color: rgb(147,202,164); }
H1.HeaderClassName
{
color: #93CAA4;
}
.AnyTagClassName
{
color: #93CAA4;
}
</style>
background-color css
<style>
a { background-color: #93CAA4; }
a { background-color: rgb(147,202,164); }
div.DivClassName
{
background-color: #93CAA4;
}
.BgClassName
{
background-color: #93CAA4;
}
</style>
border-color css
<style>
span { border-color: #93CAA4; }
span { border-color: rgb(147,202,164); }
td.TdClassName
{
border-color: #93CAA4;
}
.TagClassName
{
border-color: #93CAA4;
}
</style>