Shades of Chinook #93CCA2
Tints of Chinook #93CCA2
RGB
CMYK
RGB Variations
Color information
#93CCA2 (or 0x93CCA2) is known color: Chinook. HEX triplet: 93, CC and A2. RGB value is (147,204,162). Sum of RGB (Red+Green+Blue) = 147+204+162=513 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.65% from 513); Green value is 204 (80.08% from 255 or 39.77% from 513); Blue value is 162 (63.67% from 255 or 31.58% from 513); Max value from RGB is 204 - color contains mainly: green. Hex color #93CCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CCA2 is #6C335D. Grayscale: #B6B6B6. Windows color (decimal): -7091038 or 10669203. OLE color: 10669203.
HSL color Cylindrical-coordinate representation of color #93CCA2: hue angle of 135.79º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93CCA2 is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 147 | 204 | 162 | - |
| CMYK | 0.28 | 0 | 0.21 | 0.2 |
| HSL | 135.79º | 0.36% | 0.69% | - |
| HSV(B) | 135.79º | 0.28% | 0.8% | - |
| XYZ | 40.15 | 52 | 42.1 | - |
| YUV | 182.17 | 116.62 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 204 | 162 | 0.28 | 0 | 0.21 | 0.2 | 135.79 | 0.36 | 0.69 |
| Hex | 93 | CC | A2 | 1C | 0 | 15 | 14 | 88 | 24 | 45 |
| Octal | 223 | 314 | 242 | 34 | 0 | 25 | 24 | 210 | 44 | 105 |
| Binary | 10010011 | 11001100 | 10100010 | 11100 | 0 | 10101 | 10100 | 10001000 | 100100 | 1000101 |
Color Harmonies of #93CCA2
Complementary color
Monochromatic Colors of #93CCA2
Black with #93CCA2
Text Example
Text Example
White with #93CCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CCA2; }
p { color: rgb(147,204,162); }
H1.HeaderClassName
{
color: #93CCA2;
}
.AnyTagClassName
{
color: #93CCA2;
}
</style>
background-color css
<style>
a { background-color: #93CCA2; }
a { background-color: rgb(147,204,162); }
div.DivClassName
{
background-color: #93CCA2;
}
.BgClassName
{
background-color: #93CCA2;
}
</style>
border-color css
<style>
span { border-color: #93CCA2; }
span { border-color: rgb(147,204,162); }
td.TdClassName
{
border-color: #93CCA2;
}
.TagClassName
{
border-color: #93CCA2;
}
</style>