Shades of Chinook #81E09F
Tints of Chinook #81E09F
RGB
CMYK
RGB Variations
Color information
#81E09F (or 0x81E09F) is known color: Chinook. HEX triplet: 81, E0 and 9F. RGB value is (129,224,159). Sum of RGB (Red+Green+Blue) = 129+224+159=512 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.20% from 512); Green value is 224 (87.89% from 255 or 43.75% from 512); Blue value is 159 (62.5% from 255 or 31.05% from 512); Max value from RGB is 224 - color contains mainly: green. Hex color #81E09F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81E09F is #7E1F60. Grayscale: #BCBCBC. Windows color (decimal): -8265569 or 10477697. OLE color: 10477697.
HSL color Cylindrical-coordinate representation of color #81E09F: hue angle of 138.95º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81E09F is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 129 | 224 | 159 | - |
| CMYK | 0.42 | 0 | 0.29 | 0.12 |
| HSL | 138.95º | 0.61% | 0.69% | - |
| HSV(B) | 138.95º | 0.42% | 0.88% | - |
| XYZ | 41.97 | 60.48 | 42.26 | - |
| YUV | 188.19 | 111.53 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 224 | 159 | 0.42 | 0 | 0.29 | 0.12 | 138.95 | 0.61 | 0.69 |
| Hex | 81 | E0 | 9F | 2A | 0 | 1D | C | 8B | 3D | 45 |
| Octal | 201 | 340 | 237 | 52 | 0 | 35 | 14 | 213 | 75 | 105 |
| Binary | 10000001 | 11100000 | 10011111 | 101010 | 0 | 11101 | 1100 | 10001011 | 111101 | 1000101 |
Color Harmonies of #81E09F
Complementary color
Monochromatic Colors of #81E09F
Black with #81E09F
Text Example
Text Example
White with #81E09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E09F; }
p { color: rgb(129,224,159); }
H1.HeaderClassName
{
color: #81E09F;
}
.AnyTagClassName
{
color: #81E09F;
}
</style>
background-color css
<style>
a { background-color: #81E09F; }
a { background-color: rgb(129,224,159); }
div.DivClassName
{
background-color: #81E09F;
}
.BgClassName
{
background-color: #81E09F;
}
</style>
border-color css
<style>
span { border-color: #81E09F; }
span { border-color: rgb(129,224,159); }
td.TdClassName
{
border-color: #81E09F;
}
.TagClassName
{
border-color: #81E09F;
}
</style>