Shades of Chinook #93CDA0
Tints of Chinook #93CDA0
RGB
CMYK
RGB Variations
Color information
#93CDA0 (or 0x93CDA0) is known color: Chinook. HEX triplet: 93, CD and A0. RGB value is (147,205,160). Sum of RGB (Red+Green+Blue) = 147+205+160=512 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.71% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 205 - color contains mainly: green. Hex color #93CDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CDA0 is #6C325F. Grayscale: #B6B6B6. Windows color (decimal): -7090784 or 10538387. OLE color: 10538387.
HSL color Cylindrical-coordinate representation of color #93CDA0: hue angle of 133.45º 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 #93CDA0 is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 205 | 160 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.20 |
| HSL | 133.45º | 0.37% | 0.69% | - |
| HSV(B) | 133.45º | 0.28% | 0.8% | - |
| XYZ | 40.21 | 52.4 | 41.25 | - |
| YUV | 182.53 | 115.28 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 205 | 160 | 0.28 | 0 | 0.22 | 0.20 | 133.45 | 0.37 | 0.69 |
| Hex | 93 | CD | A0 | 1C | 0 | 16 | 14 | 85 | 25 | 45 |
| Octal | 223 | 315 | 240 | 34 | 0 | 26 | 24 | 205 | 45 | 105 |
| Binary | 10010011 | 11001101 | 10100000 | 11100 | 0 | 10110 | 10100 | 10000101 | 100101 | 1000101 |
Color Harmonies of #93CDA0
Complementary color
Monochromatic Colors of #93CDA0
Black with #93CDA0
Text Example
Text Example
White with #93CDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CDA0; }
p { color: rgb(147,205,160); }
H1.HeaderClassName
{
color: #93CDA0;
}
.AnyTagClassName
{
color: #93CDA0;
}
</style>
background-color css
<style>
a { background-color: #93CDA0; }
a { background-color: rgb(147,205,160); }
div.DivClassName
{
background-color: #93CDA0;
}
.BgClassName
{
background-color: #93CDA0;
}
</style>
border-color css
<style>
span { border-color: #93CDA0; }
span { border-color: rgb(147,205,160); }
td.TdClassName
{
border-color: #93CDA0;
}
.TagClassName
{
border-color: #93CDA0;
}
</style>