Shades of Chinook #93D2A2
Tints of Chinook #93D2A2
RGB
CMYK
RGB Variations
Color information
#93D2A2 (or 0x93D2A2) is known color: Chinook. HEX triplet: 93, D2 and A2. RGB value is (147,210,162). Sum of RGB (Red+Green+Blue) = 147+210+162=519 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.32% from 519); Green value is 210 (82.42% from 255 or 40.46% from 519); Blue value is 162 (63.67% from 255 or 31.21% from 519); Max value from RGB is 210 - color contains mainly: green. Hex color #93D2A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D2A2 is #6C2D5D. Grayscale: #B9B9B9. Windows color (decimal): -7089502 or 10670739. OLE color: 10670739.
HSL color Cylindrical-coordinate representation of color #93D2A2: hue angle of 134.29º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #93D2A2 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 210 | 162 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.18 |
| HSL | 134.29º | 0.41% | 0.7% | - |
| HSV(B) | 134.29º | 0.3% | 0.82% | - |
| XYZ | 41.6 | 54.9 | 42.59 | - |
| YUV | 185.69 | 114.63 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 210 | 162 | 0.30 | 0 | 0.23 | 0.18 | 134.29 | 0.41 | 0.7 |
| Hex | 93 | D2 | A2 | 1E | 0 | 17 | 12 | 86 | 29 | 46 |
| Octal | 223 | 322 | 242 | 36 | 0 | 27 | 22 | 206 | 51 | 106 |
| Binary | 10010011 | 11010010 | 10100010 | 11110 | 0 | 10111 | 10010 | 10000110 | 101001 | 1000110 |
Color Harmonies of #93D2A2
Complementary color
Monochromatic Colors of #93D2A2
Black with #93D2A2
Text Example
Text Example
White with #93D2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D2A2; }
p { color: rgb(147,210,162); }
H1.HeaderClassName
{
color: #93D2A2;
}
.AnyTagClassName
{
color: #93D2A2;
}
</style>
background-color css
<style>
a { background-color: #93D2A2; }
a { background-color: rgb(147,210,162); }
div.DivClassName
{
background-color: #93D2A2;
}
.BgClassName
{
background-color: #93D2A2;
}
</style>
border-color css
<style>
span { border-color: #93D2A2; }
span { border-color: rgb(147,210,162); }
td.TdClassName
{
border-color: #93D2A2;
}
.TagClassName
{
border-color: #93D2A2;
}
</style>