Shades of Chinook #7FDA9B
Tints of Chinook #7FDA9B
RGB
CMYK
RGB Variations
Color information
#7FDA9B (or 0x7FDA9B) is known color: Chinook. HEX triplet: 7F, DA and 9B. RGB value is (127,218,155). Sum of RGB (Red+Green+Blue) = 127+218+155=500 (66% of max value = 765). Red value is 127 (50% from 255 or 25.4% from 500); Green value is 218 (85.55% from 255 or 43.6% from 500); Blue value is 155 (60.94% from 255 or 31% from 500); Max value from RGB is 218 - color contains mainly: green. Hex color #7FDA9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDA9B is #802564. Grayscale: #B7B7B7. Windows color (decimal): -8398181 or 10214015. OLE color: 10214015.
HSL color Cylindrical-coordinate representation of color #7FDA9B: hue angle of 138.46º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FDA9B is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 218 | 155 | - |
| CMYK | 0.42 | 0 | 0.29 | 0.15 |
| HSL | 138.46º | 0.55% | 0.68% | - |
| HSV(B) | 138.46º | 0.42% | 0.85% | - |
| XYZ | 39.74 | 57.02 | 39.92 | - |
| YUV | 183.61 | 111.85 | 87.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 218 | 155 | 0.42 | 0 | 0.29 | 0.15 | 138.46 | 0.55 | 0.68 |
| Hex | 7F | DA | 9B | 2A | 0 | 1D | F | 8A | 37 | 44 |
| Octal | 177 | 332 | 233 | 52 | 0 | 35 | 17 | 212 | 67 | 104 |
| Binary | 1111111 | 11011010 | 10011011 | 101010 | 0 | 11101 | 1111 | 10001010 | 110111 | 1000100 |
Color Harmonies of #7FDA9B
Complementary color
Monochromatic Colors of #7FDA9B
Black with #7FDA9B
Text Example
Text Example
White with #7FDA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDA9B; }
p { color: rgb(127,218,155); }
H1.HeaderClassName
{
color: #7FDA9B;
}
.AnyTagClassName
{
color: #7FDA9B;
}
</style>
background-color css
<style>
a { background-color: #7FDA9B; }
a { background-color: rgb(127,218,155); }
div.DivClassName
{
background-color: #7FDA9B;
}
.BgClassName
{
background-color: #7FDA9B;
}
</style>
border-color css
<style>
span { border-color: #7FDA9B; }
span { border-color: rgb(127,218,155); }
td.TdClassName
{
border-color: #7FDA9B;
}
.TagClassName
{
border-color: #7FDA9B;
}
</style>