Shades of Chinook #93DBA7
Tints of Chinook #93DBA7
RGB
CMYK
RGB Variations
Color information
#93DBA7 (or 0x93DBA7) is known color: Chinook. HEX triplet: 93, DB and A7. RGB value is (147,219,167). Sum of RGB (Red+Green+Blue) = 147+219+167=533 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.58% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 167 (65.62% from 255 or 31.33% from 533); Max value from RGB is 219 - color contains mainly: green. Hex color #93DBA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DBA7 is #6C2458. Grayscale: #BFBFBF. Windows color (decimal): -7087193 or 11000723. OLE color: 11000723.
HSL color Cylindrical-coordinate representation of color #93DBA7: hue angle of 136.67º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93DBA7 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 219 | 167 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.14 |
| HSL | 136.67º | 0.5% | 0.72% | - |
| HSV(B) | 136.67º | 0.33% | 0.86% | - |
| XYZ | 44.34 | 59.66 | 45.74 | - |
| YUV | 191.54 | 114.15 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 219 | 167 | 0.33 | 0 | 0.24 | 0.14 | 136.67 | 0.5 | 0.72 |
| Hex | 93 | DB | A7 | 21 | 0 | 18 | E | 89 | 32 | 48 |
| Octal | 223 | 333 | 247 | 41 | 0 | 30 | 16 | 211 | 62 | 110 |
| Binary | 10010011 | 11011011 | 10100111 | 100001 | 0 | 11000 | 1110 | 10001001 | 110010 | 1001000 |
Color Harmonies of #93DBA7
Complementary color
Monochromatic Colors of #93DBA7
Black with #93DBA7
Text Example
Text Example
White with #93DBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DBA7; }
p { color: rgb(147,219,167); }
H1.HeaderClassName
{
color: #93DBA7;
}
.AnyTagClassName
{
color: #93DBA7;
}
</style>
background-color css
<style>
a { background-color: #93DBA7; }
a { background-color: rgb(147,219,167); }
div.DivClassName
{
background-color: #93DBA7;
}
.BgClassName
{
background-color: #93DBA7;
}
</style>
border-color css
<style>
span { border-color: #93DBA7; }
span { border-color: rgb(147,219,167); }
td.TdClassName
{
border-color: #93DBA7;
}
.TagClassName
{
border-color: #93DBA7;
}
</style>