Shades of Chinook #93CDA1
Tints of Chinook #93CDA1
RGB
CMYK
RGB Variations
Color information
#93CDA1 (or 0x93CDA1) is known color: Chinook. HEX triplet: 93, CD and A1. RGB value is (147,205,161). Sum of RGB (Red+Green+Blue) = 147+205+161=513 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.65% from 513); Green value is 205 (80.47% from 255 or 39.96% from 513); Blue value is 161 (63.28% from 255 or 31.38% from 513); Max value from RGB is 205 - color contains mainly: green. Hex color #93CDA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CDA1 is #6C325E. Grayscale: #B6B6B6. Windows color (decimal): -7090783 or 10603923. OLE color: 10603923.
HSL color Cylindrical-coordinate representation of color #93CDA1: hue angle of 134.48º 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 #93CDA1 is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 205 | 161 | - |
| CMYK | 0.28 | 0 | 0.21 | 0.20 |
| HSL | 134.48º | 0.37% | 0.69% | - |
| HSV(B) | 134.48º | 0.28% | 0.8% | - |
| XYZ | 40.3 | 52.44 | 41.72 | - |
| YUV | 182.64 | 115.78 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 205 | 161 | 0.28 | 0 | 0.21 | 0.20 | 134.48 | 0.37 | 0.69 |
| Hex | 93 | CD | A1 | 1C | 0 | 15 | 14 | 86 | 25 | 45 |
| Octal | 223 | 315 | 241 | 34 | 0 | 25 | 24 | 206 | 45 | 105 |
| Binary | 10010011 | 11001101 | 10100001 | 11100 | 0 | 10101 | 10100 | 10000110 | 100101 | 1000101 |
Color Harmonies of #93CDA1
Complementary color
Monochromatic Colors of #93CDA1
Black with #93CDA1
Text Example
Text Example
White with #93CDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CDA1; }
p { color: rgb(147,205,161); }
H1.HeaderClassName
{
color: #93CDA1;
}
.AnyTagClassName
{
color: #93CDA1;
}
</style>
background-color css
<style>
a { background-color: #93CDA1; }
a { background-color: rgb(147,205,161); }
div.DivClassName
{
background-color: #93CDA1;
}
.BgClassName
{
background-color: #93CDA1;
}
</style>
border-color css
<style>
span { border-color: #93CDA1; }
span { border-color: rgb(147,205,161); }
td.TdClassName
{
border-color: #93CDA1;
}
.TagClassName
{
border-color: #93CDA1;
}
</style>