Shades of Tea Green #CFF2C3
Tints of Tea Green #CFF2C3
RGB
CMYK
RGB Variations
Color information
#CFF2C3 (or 0xCFF2C3) is known color: Tea Green. HEX triplet: CF, F2 and C3. RGB value is (207,242,195). Sum of RGB (Red+Green+Blue) = 207+242+195=644 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.14% from 644); Green value is 242 (94.92% from 255 or 37.58% from 644); Blue value is 195 (76.56% from 255 or 30.28% from 644); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF2C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF2C3 is #300D3C. Grayscale: #E2E2E2. Windows color (decimal): -3149117 or 12841679. OLE color: 12841679.
HSL color Cylindrical-coordinate representation of color #CFF2C3: hue angle of 104.68º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFF2C3 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 195 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.05 |
| HSL | 104.68º | 0.64% | 0.86% | - |
| HSV(B) | 104.68º | 0.19% | 0.95% | - |
| XYZ | 67.33 | 80.71 | 63.66 | - |
| YUV | 226.18 | 110.4 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 195 | 0.14 | 0 | 0.19 | 0.05 | 104.68 | 0.64 | 0.86 |
| Hex | CF | F2 | C3 | E | 0 | 13 | 5 | 69 | 40 | 56 |
| Octal | 317 | 362 | 303 | 16 | 0 | 23 | 5 | 151 | 100 | 126 |
| Binary | 11001111 | 11110010 | 11000011 | 1110 | 0 | 10011 | 101 | 1101001 | 1000000 | 1010110 |
Color Harmonies of #CFF2C3
Complementary color
Monochromatic Colors of #CFF2C3
Black with #CFF2C3
Text Example
Text Example
White with #CFF2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF2C3; }
p { color: rgb(207,242,195); }
H1.HeaderClassName
{
color: #CFF2C3;
}
.AnyTagClassName
{
color: #CFF2C3;
}
</style>
background-color css
<style>
a { background-color: #CFF2C3; }
a { background-color: rgb(207,242,195); }
div.DivClassName
{
background-color: #CFF2C3;
}
.BgClassName
{
background-color: #CFF2C3;
}
</style>
border-color css
<style>
span { border-color: #CFF2C3; }
span { border-color: rgb(207,242,195); }
td.TdClassName
{
border-color: #CFF2C3;
}
.TagClassName
{
border-color: #CFF2C3;
}
</style>