Shades of Tea Green #CFF5C1
Tints of Tea Green #CFF5C1
RGB
CMYK
RGB Variations
Color information
#CFF5C1 (or 0xCFF5C1) is known color: Tea Green. HEX triplet: CF, F5 and C1. RGB value is (207,245,193). Sum of RGB (Red+Green+Blue) = 207+245+193=645 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.09% from 645); Green value is 245 (96.09% from 255 or 37.98% from 645); Blue value is 193 (75.78% from 255 or 29.92% from 645); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF5C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF5C1 is #300A3E. Grayscale: #E3E3E3. Windows color (decimal): -3148351 or 12711375. OLE color: 12711375.
HSL color Cylindrical-coordinate representation of color #CFF5C1: hue angle of 103.85º degrees, saturation: 0.72, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFF5C1 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 193 | - |
| CMYK | 0.16 | 0 | 0.21 | 0.04 |
| HSL | 103.85º | 0.72% | 0.86% | - |
| HSV(B) | 103.85º | 0.21% | 0.96% | - |
| XYZ | 68.01 | 82.42 | 62.78 | - |
| YUV | 227.71 | 108.41 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 193 | 0.16 | 0 | 0.21 | 0.04 | 103.85 | 0.72 | 0.86 |
| Hex | CF | F5 | C1 | 10 | 0 | 15 | 4 | 68 | 48 | 56 |
| Octal | 317 | 365 | 301 | 20 | 0 | 25 | 4 | 150 | 110 | 126 |
| Binary | 11001111 | 11110101 | 11000001 | 10000 | 0 | 10101 | 100 | 1101000 | 1001000 | 1010110 |
Color Harmonies of #CFF5C1
Complementary color
Monochromatic Colors of #CFF5C1
Black with #CFF5C1
Text Example
Text Example
White with #CFF5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF5C1; }
p { color: rgb(207,245,193); }
H1.HeaderClassName
{
color: #CFF5C1;
}
.AnyTagClassName
{
color: #CFF5C1;
}
</style>
background-color css
<style>
a { background-color: #CFF5C1; }
a { background-color: rgb(207,245,193); }
div.DivClassName
{
background-color: #CFF5C1;
}
.BgClassName
{
background-color: #CFF5C1;
}
</style>
border-color css
<style>
span { border-color: #CFF5C1; }
span { border-color: rgb(207,245,193); }
td.TdClassName
{
border-color: #CFF5C1;
}
.TagClassName
{
border-color: #CFF5C1;
}
</style>