Shades of Chinook #93DD9F
Tints of Chinook #93DD9F
RGB
CMYK
RGB Variations
Color information
#93DD9F (or 0x93DD9F) is known color: Chinook. HEX triplet: 93, DD and 9F. RGB value is (147,221,159). Sum of RGB (Red+Green+Blue) = 147+221+159=527 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.89% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 159 (62.5% from 255 or 30.17% from 527); Max value from RGB is 221 - color contains mainly: green. Hex color #93DD9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DD9F is #6C2260. Grayscale: #BFBFBF. Windows color (decimal): -7086689 or 10476947. OLE color: 10476947.
HSL color Cylindrical-coordinate representation of color #93DD9F: hue angle of 129.73º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93DD9F is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 221 | 159 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.13 |
| HSL | 129.73º | 0.52% | 0.72% | - |
| HSV(B) | 129.73º | 0.33% | 0.87% | - |
| XYZ | 44.15 | 60.42 | 42.14 | - |
| YUV | 191.81 | 109.48 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 221 | 159 | 0.33 | 0 | 0.28 | 0.13 | 129.73 | 0.52 | 0.72 |
| Hex | 93 | DD | 9F | 21 | 0 | 1C | D | 82 | 34 | 48 |
| Octal | 223 | 335 | 237 | 41 | 0 | 34 | 15 | 202 | 64 | 110 |
| Binary | 10010011 | 11011101 | 10011111 | 100001 | 0 | 11100 | 1101 | 10000010 | 110100 | 1001000 |
Color Harmonies of #93DD9F
Complementary color
Monochromatic Colors of #93DD9F
Black with #93DD9F
Text Example
Text Example
White with #93DD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DD9F; }
p { color: rgb(147,221,159); }
H1.HeaderClassName
{
color: #93DD9F;
}
.AnyTagClassName
{
color: #93DD9F;
}
</style>
background-color css
<style>
a { background-color: #93DD9F; }
a { background-color: rgb(147,221,159); }
div.DivClassName
{
background-color: #93DD9F;
}
.BgClassName
{
background-color: #93DD9F;
}
</style>
border-color css
<style>
span { border-color: #93DD9F; }
span { border-color: rgb(147,221,159); }
td.TdClassName
{
border-color: #93DD9F;
}
.TagClassName
{
border-color: #93DD9F;
}
</style>