Shades of Chinook #93F0AC
Tints of Chinook #93F0AC
RGB
CMYK
RGB Variations
Color information
#93F0AC (or 0x93F0AC) is known color: Chinook. HEX triplet: 93, F0 and AC. RGB value is (147,240,172). Sum of RGB (Red+Green+Blue) = 147+240+172=559 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.30% from 559); Green value is 240 (94.14% from 255 or 42.93% from 559); Blue value is 172 (67.58% from 255 or 30.77% from 559); Max value from RGB is 240 - color contains mainly: green. Hex color #93F0AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93F0AC is #6C0F53. Grayscale: #CCCCCC. Windows color (decimal): -7081812 or 11333779. OLE color: 11333779.
HSL color Cylindrical-coordinate representation of color #93F0AC: hue angle of 136.13º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93F0AC is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 240 | 172 | - |
| CMYK | 0.39 | 0 | 0.28 | 0.06 |
| HSL | 136.13º | 0.76% | 0.76% | - |
| HSV(B) | 136.13º | 0.39% | 0.94% | - |
| XYZ | 50.64 | 71.5 | 50.16 | - |
| YUV | 204.44 | 109.69 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 240 | 172 | 0.39 | 0 | 0.28 | 0.06 | 136.13 | 0.76 | 0.76 |
| Hex | 93 | F0 | AC | 27 | 0 | 1C | 6 | 88 | 4C | 4C |
| Octal | 223 | 360 | 254 | 47 | 0 | 34 | 6 | 210 | 114 | 114 |
| Binary | 10010011 | 11110000 | 10101100 | 100111 | 0 | 11100 | 110 | 10001000 | 1001100 | 1001100 |
Color Harmonies of #93F0AC
Complementary color
Monochromatic Colors of #93F0AC
Black with #93F0AC
Text Example
Text Example
White with #93F0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F0AC; }
p { color: rgb(147,240,172); }
H1.HeaderClassName
{
color: #93F0AC;
}
.AnyTagClassName
{
color: #93F0AC;
}
</style>
background-color css
<style>
a { background-color: #93F0AC; }
a { background-color: rgb(147,240,172); }
div.DivClassName
{
background-color: #93F0AC;
}
.BgClassName
{
background-color: #93F0AC;
}
</style>
border-color css
<style>
span { border-color: #93F0AC; }
span { border-color: rgb(147,240,172); }
td.TdClassName
{
border-color: #93F0AC;
}
.TagClassName
{
border-color: #93F0AC;
}
</style>