Shades of Chinook #93CA9B
Tints of Chinook #93CA9B
RGB
CMYK
RGB Variations
Color information
#93CA9B (or 0x93CA9B) is known color: Chinook. HEX triplet: 93, CA and 9B. RGB value is (147,202,155). Sum of RGB (Red+Green+Blue) = 147+202+155=504 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.17% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 155 (60.94% from 255 or 30.75% from 504); Max value from RGB is 202 - color contains mainly: green. Hex color #93CA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CA9B is #6C3564. Grayscale: #B4B4B4. Windows color (decimal): -7091557 or 10209939. OLE color: 10209939.
HSL color Cylindrical-coordinate representation of color #93CA9B: hue angle of 128.73º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93CA9B is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 147 | 202 | 155 | - |
| CMYK | 0.27 | 0 | 0.23 | 0.21 |
| HSL | 128.73º | 0.34% | 0.68% | - |
| HSV(B) | 128.73º | 0.27% | 0.79% | - |
| XYZ | 39.07 | 50.81 | 38.76 | - |
| YUV | 180.2 | 113.78 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 202 | 155 | 0.27 | 0 | 0.23 | 0.21 | 128.73 | 0.34 | 0.68 |
| Hex | 93 | CA | 9B | 1B | 0 | 17 | 15 | 81 | 22 | 44 |
| Octal | 223 | 312 | 233 | 33 | 0 | 27 | 25 | 201 | 42 | 104 |
| Binary | 10010011 | 11001010 | 10011011 | 11011 | 0 | 10111 | 10101 | 10000001 | 100010 | 1000100 |
Color Harmonies of #93CA9B
Complementary color
Monochromatic Colors of #93CA9B
Black with #93CA9B
Text Example
Text Example
White with #93CA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CA9B; }
p { color: rgb(147,202,155); }
H1.HeaderClassName
{
color: #93CA9B;
}
.AnyTagClassName
{
color: #93CA9B;
}
</style>
background-color css
<style>
a { background-color: #93CA9B; }
a { background-color: rgb(147,202,155); }
div.DivClassName
{
background-color: #93CA9B;
}
.BgClassName
{
background-color: #93CA9B;
}
</style>
border-color css
<style>
span { border-color: #93CA9B; }
span { border-color: rgb(147,202,155); }
td.TdClassName
{
border-color: #93CA9B;
}
.TagClassName
{
border-color: #93CA9B;
}
</style>