Shades of Tea Green #CFFEC1
Tints of Tea Green #CFFEC1
RGB
CMYK
RGB Variations
Color information
#CFFEC1 (or 0xCFFEC1) is known color: Tea Green. HEX triplet: CF, FE and C1. RGB value is (207,254,193). Sum of RGB (Red+Green+Blue) = 207+254+193=654 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.65% from 654); Green value is 254 (99.61% from 255 or 38.84% from 654); Blue value is 193 (75.78% from 255 or 29.51% from 654); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFEC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFEC1 is #30013E. Grayscale: #E9E9E9. Windows color (decimal): -3146047 or 12713679. OLE color: 12713679.
HSL color Cylindrical-coordinate representation of color #CFFEC1: hue angle of 106.23º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFFEC1 is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
RGB | 207 | 254 | 193 | - |
CMYK | 0.19 | 0 | 0.24 | 0.00 |
HSL | 106.23º | 0.97% | 0.88% | - |
HSV(B) | 106.23º | 0.24% | 1% | - |
XYZ | 70.8 | 88 | 63.71 | - |
YUV | 232.99 | 105.43 | 109.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 254 | 193 | 0.19 | 0 | 0.24 | 0.00 | 106.23 | 0.97 | 0.88 |
Hex | CF | FE | C1 | 13 | 0 | 18 | 0 | 6A | 61 | 58 |
Octal | 317 | 376 | 301 | 23 | 0 | 30 | 0 | 152 | 141 | 130 |
Binary | 11001111 | 11111110 | 11000001 | 10011 | 0 | 11000 | 0 | 1101010 | 1100001 | 1011000 |
Color Harmonies of #CFFEC1
Complementary color
Monochromatic Colors of #CFFEC1
Black with #CFFEC1
Text Example
Text Example
White with #CFFEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFEC1; }
p { color: rgb(207,254,193); }
H1.HeaderClassName
{
color: #CFFEC1;
}
.AnyTagClassName
{
color: #CFFEC1;
}
</style>
background-color css
<style>
a { background-color: #CFFEC1; }
a { background-color: rgb(207,254,193); }
div.DivClassName
{
background-color: #CFFEC1;
}
.BgClassName
{
background-color: #CFFEC1;
}
</style>
border-color css
<style>
span { border-color: #CFFEC1; }
span { border-color: rgb(207,254,193); }
td.TdClassName
{
border-color: #CFFEC1;
}
.TagClassName
{
border-color: #CFFEC1;
}
</style>