Shades of Tea Green #CFF1C5
Tints of Tea Green #CFF1C5
RGB
CMYK
RGB Variations
Color information
#CFF1C5 (or 0xCFF1C5) is known color: Tea Green. HEX triplet: CF, F1 and C5. RGB value is (207,241,197). Sum of RGB (Red+Green+Blue) = 207+241+197=645 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.09% from 645); Green value is 241 (94.53% from 255 or 37.36% from 645); Blue value is 197 (77.34% from 255 or 30.54% from 645); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF1C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF1C5 is #300E3A. Grayscale: #E1E1E1. Windows color (decimal): -3149371 or 12972495. OLE color: 12972495.
HSL color Cylindrical-coordinate representation of color #CFF1C5: hue angle of 106.36º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFF1C5 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 197 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.05 |
| HSL | 106.36º | 0.61% | 0.86% | - |
| HSV(B) | 106.36º | 0.18% | 0.95% | - |
| XYZ | 67.27 | 80.21 | 64.76 | - |
| YUV | 225.82 | 111.74 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 197 | 0.14 | 0 | 0.18 | 0.05 | 106.36 | 0.61 | 0.86 |
| Hex | CF | F1 | C5 | E | 0 | 12 | 5 | 6A | 3D | 56 |
| Octal | 317 | 361 | 305 | 16 | 0 | 22 | 5 | 152 | 75 | 126 |
| Binary | 11001111 | 11110001 | 11000101 | 1110 | 0 | 10010 | 101 | 1101010 | 111101 | 1010110 |
Color Harmonies of #CFF1C5
Complementary color
Monochromatic Colors of #CFF1C5
Black with #CFF1C5
Text Example
Text Example
White with #CFF1C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF1C5; }
p { color: rgb(207,241,197); }
H1.HeaderClassName
{
color: #CFF1C5;
}
.AnyTagClassName
{
color: #CFF1C5;
}
</style>
background-color css
<style>
a { background-color: #CFF1C5; }
a { background-color: rgb(207,241,197); }
div.DivClassName
{
background-color: #CFF1C5;
}
.BgClassName
{
background-color: #CFF1C5;
}
</style>
border-color css
<style>
span { border-color: #CFF1C5; }
span { border-color: rgb(207,241,197); }
td.TdClassName
{
border-color: #CFF1C5;
}
.TagClassName
{
border-color: #CFF1C5;
}
</style>