Shades of Chinook #93EBAB
Tints of Chinook #93EBAB
RGB
CMYK
RGB Variations
Color information
#93EBAB (or 0x93EBAB) is known color: Chinook. HEX triplet: 93, EB and AB. RGB value is (147,235,171). Sum of RGB (Red+Green+Blue) = 147+235+171=553 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.58% from 553); Green value is 235 (92.19% from 255 or 42.50% from 553); Blue value is 171 (67.19% from 255 or 30.92% from 553); Max value from RGB is 235 - color contains mainly: green. Hex color #93EBAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93EBAB is #6C1454. Grayscale: #C9C9C9. Windows color (decimal): -7083093 or 11266963. OLE color: 11266963.
HSL color Cylindrical-coordinate representation of color #93EBAB: hue angle of 136.36º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93EBAB is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 235 | 171 | - |
| CMYK | 0.37 | 0 | 0.27 | 0.08 |
| HSL | 136.36º | 0.69% | 0.75% | - |
| HSV(B) | 136.36º | 0.37% | 0.92% | - |
| XYZ | 49.09 | 68.56 | 49.17 | - |
| YUV | 201.39 | 110.85 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 235 | 171 | 0.37 | 0 | 0.27 | 0.08 | 136.36 | 0.69 | 0.75 |
| Hex | 93 | EB | AB | 25 | 0 | 1B | 8 | 88 | 45 | 4B |
| Octal | 223 | 353 | 253 | 45 | 0 | 33 | 10 | 210 | 105 | 113 |
| Binary | 10010011 | 11101011 | 10101011 | 100101 | 0 | 11011 | 1000 | 10001000 | 1000101 | 1001011 |
Color Harmonies of #93EBAB
Complementary color
Monochromatic Colors of #93EBAB
Black with #93EBAB
Text Example
Text Example
White with #93EBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EBAB; }
p { color: rgb(147,235,171); }
H1.HeaderClassName
{
color: #93EBAB;
}
.AnyTagClassName
{
color: #93EBAB;
}
</style>
background-color css
<style>
a { background-color: #93EBAB; }
a { background-color: rgb(147,235,171); }
div.DivClassName
{
background-color: #93EBAB;
}
.BgClassName
{
background-color: #93EBAB;
}
</style>
border-color css
<style>
span { border-color: #93EBAB; }
span { border-color: rgb(147,235,171); }
td.TdClassName
{
border-color: #93EBAB;
}
.TagClassName
{
border-color: #93EBAB;
}
</style>