Shades of Chinook #93CFA7
Tints of Chinook #93CFA7
RGB
CMYK
RGB Variations
Color information
#93CFA7 (or 0x93CFA7) is known color: Chinook. HEX triplet: 93, CF and A7. RGB value is (147,207,167). Sum of RGB (Red+Green+Blue) = 147+207+167=521 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.21% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 167 (65.62% from 255 or 32.05% from 521); Max value from RGB is 207 - color contains mainly: green. Hex color #93CFA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CFA7 is #6C3058. Grayscale: #B8B8B8. Windows color (decimal): -7090265 or 10997651. OLE color: 10997651.
HSL color Cylindrical-coordinate representation of color #93CFA7: hue angle of 140º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93CFA7 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 207 | 167 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.19 |
| HSL | 140º | 0.38% | 0.69% | - |
| HSV(B) | 140º | 0.29% | 0.81% | - |
| XYZ | 41.32 | 53.62 | 44.73 | - |
| YUV | 184.5 | 118.12 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 207 | 167 | 0.29 | 0 | 0.19 | 0.19 | 140 | 0.38 | 0.69 |
| Hex | 93 | CF | A7 | 1D | 0 | 13 | 13 | 8C | 26 | 45 |
| Octal | 223 | 317 | 247 | 35 | 0 | 23 | 23 | 214 | 46 | 105 |
| Binary | 10010011 | 11001111 | 10100111 | 11101 | 0 | 10011 | 10011 | 10001100 | 100110 | 1000101 |
Color Harmonies of #93CFA7
Complementary color
Monochromatic Colors of #93CFA7
Black with #93CFA7
Text Example
Text Example
White with #93CFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CFA7; }
p { color: rgb(147,207,167); }
H1.HeaderClassName
{
color: #93CFA7;
}
.AnyTagClassName
{
color: #93CFA7;
}
</style>
background-color css
<style>
a { background-color: #93CFA7; }
a { background-color: rgb(147,207,167); }
div.DivClassName
{
background-color: #93CFA7;
}
.BgClassName
{
background-color: #93CFA7;
}
</style>
border-color css
<style>
span { border-color: #93CFA7; }
span { border-color: rgb(147,207,167); }
td.TdClassName
{
border-color: #93CFA7;
}
.TagClassName
{
border-color: #93CFA7;
}
</style>