Shades of Chinook #93CDA3
Tints of Chinook #93CDA3
RGB
CMYK
RGB Variations
Color information
#93CDA3 (or 0x93CDA3) is known color: Chinook. HEX triplet: 93, CD and A3. RGB value is (147,205,163). Sum of RGB (Red+Green+Blue) = 147+205+163=515 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.54% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 163 (64.06% from 255 or 31.65% from 515); Max value from RGB is 205 - color contains mainly: green. Hex color #93CDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CDA3 is #6C325C. Grayscale: #B6B6B6. Windows color (decimal): -7090781 or 10734995. OLE color: 10734995.
HSL color Cylindrical-coordinate representation of color #93CDA3: hue angle of 136.55º degrees, saturation: 0.37, 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 #93CDA3 is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 205 | 163 | - |
| CMYK | 0.28 | 0 | 0.20 | 0.20 |
| HSL | 136.55º | 0.37% | 0.69% | - |
| HSV(B) | 136.55º | 0.28% | 0.8% | - |
| XYZ | 40.47 | 52.51 | 42.65 | - |
| YUV | 182.87 | 116.78 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 205 | 163 | 0.28 | 0 | 0.20 | 0.20 | 136.55 | 0.37 | 0.69 |
| Hex | 93 | CD | A3 | 1C | 0 | 14 | 14 | 89 | 25 | 45 |
| Octal | 223 | 315 | 243 | 34 | 0 | 24 | 24 | 211 | 45 | 105 |
| Binary | 10010011 | 11001101 | 10100011 | 11100 | 0 | 10100 | 10100 | 10001001 | 100101 | 1000101 |
Color Harmonies of #93CDA3
Complementary color
Monochromatic Colors of #93CDA3
Black with #93CDA3
Text Example
Text Example
White with #93CDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CDA3; }
p { color: rgb(147,205,163); }
H1.HeaderClassName
{
color: #93CDA3;
}
.AnyTagClassName
{
color: #93CDA3;
}
</style>
background-color css
<style>
a { background-color: #93CDA3; }
a { background-color: rgb(147,205,163); }
div.DivClassName
{
background-color: #93CDA3;
}
.BgClassName
{
background-color: #93CDA3;
}
</style>
border-color css
<style>
span { border-color: #93CDA3; }
span { border-color: rgb(147,205,163); }
td.TdClassName
{
border-color: #93CDA3;
}
.TagClassName
{
border-color: #93CDA3;
}
</style>