Shades of Chinook #93DAA1
Tints of Chinook #93DAA1
RGB
CMYK
RGB Variations
Color information
#93DAA1 (or 0x93DAA1) is known color: Chinook. HEX triplet: 93, DA and A1. RGB value is (147,218,161). Sum of RGB (Red+Green+Blue) = 147+218+161=526 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.95% from 526); Green value is 218 (85.55% from 255 or 41.44% from 526); Blue value is 161 (63.28% from 255 or 30.61% from 526); Max value from RGB is 218 - color contains mainly: green. Hex color #93DAA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DAA1 is #6C255E. Grayscale: #BEBEBE. Windows color (decimal): -7087455 or 10607251. OLE color: 10607251.
HSL color Cylindrical-coordinate representation of color #93DAA1: hue angle of 131.83º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93DAA1 is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 218 | 161 | - |
| CMYK | 0.33 | 0 | 0.26 | 0.15 |
| HSL | 131.83º | 0.49% | 0.72% | - |
| HSV(B) | 131.83º | 0.33% | 0.85% | - |
| XYZ | 43.54 | 58.92 | 42.8 | - |
| YUV | 190.27 | 111.48 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 218 | 161 | 0.33 | 0 | 0.26 | 0.15 | 131.83 | 0.49 | 0.72 |
| Hex | 93 | DA | A1 | 21 | 0 | 1A | F | 84 | 31 | 48 |
| Octal | 223 | 332 | 241 | 41 | 0 | 32 | 17 | 204 | 61 | 110 |
| Binary | 10010011 | 11011010 | 10100001 | 100001 | 0 | 11010 | 1111 | 10000100 | 110001 | 1001000 |
Color Harmonies of #93DAA1
Complementary color
Monochromatic Colors of #93DAA1
Black with #93DAA1
Text Example
Text Example
White with #93DAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DAA1; }
p { color: rgb(147,218,161); }
H1.HeaderClassName
{
color: #93DAA1;
}
.AnyTagClassName
{
color: #93DAA1;
}
</style>
background-color css
<style>
a { background-color: #93DAA1; }
a { background-color: rgb(147,218,161); }
div.DivClassName
{
background-color: #93DAA1;
}
.BgClassName
{
background-color: #93DAA1;
}
</style>
border-color css
<style>
span { border-color: #93DAA1; }
span { border-color: rgb(147,218,161); }
td.TdClassName
{
border-color: #93DAA1;
}
.TagClassName
{
border-color: #93DAA1;
}
</style>