Shades of Tea Green #CFE3C3
Tints of Tea Green #CFE3C3
RGB
CMYK
RGB Variations
Color information
#CFE3C3 (or 0xCFE3C3) is known color: Tea Green. HEX triplet: CF, E3 and C3. RGB value is (207,227,195). Sum of RGB (Red+Green+Blue) = 207+227+195=629 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.91% from 629); Green value is 227 (89.06% from 255 or 36.09% from 629); Blue value is 195 (76.56% from 255 or 31.00% from 629); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE3C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE3C3 is #301C3C. Grayscale: #D9D9D9. Windows color (decimal): -3152957 or 12837839. OLE color: 12837839.
HSL color Cylindrical-coordinate representation of color #CFE3C3: hue angle of 97.5º degrees, saturation: 0.36, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFE3C3 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 227 | 195 | - |
| CMYK | 0.09 | 0 | 0.14 | 0.11 |
| HSL | 97.5º | 0.36% | 0.83% | - |
| HSV(B) | 97.5º | 0.14% | 0.89% | - |
| XYZ | 63.05 | 72.14 | 62.23 | - |
| YUV | 217.37 | 115.37 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 227 | 195 | 0.09 | 0 | 0.14 | 0.11 | 97.5 | 0.36 | 0.83 |
| Hex | CF | E3 | C3 | 9 | 0 | E | B | 62 | 24 | 53 |
| Octal | 317 | 343 | 303 | 11 | 0 | 16 | 13 | 142 | 44 | 123 |
| Binary | 11001111 | 11100011 | 11000011 | 1001 | 0 | 1110 | 1011 | 1100010 | 100100 | 1010011 |
Color Harmonies of #CFE3C3
Complementary color
Monochromatic Colors of #CFE3C3
Black with #CFE3C3
Text Example
Text Example
White with #CFE3C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE3C3; }
p { color: rgb(207,227,195); }
H1.HeaderClassName
{
color: #CFE3C3;
}
.AnyTagClassName
{
color: #CFE3C3;
}
</style>
background-color css
<style>
a { background-color: #CFE3C3; }
a { background-color: rgb(207,227,195); }
div.DivClassName
{
background-color: #CFE3C3;
}
.BgClassName
{
background-color: #CFE3C3;
}
</style>
border-color css
<style>
span { border-color: #CFE3C3; }
span { border-color: rgb(207,227,195); }
td.TdClassName
{
border-color: #CFE3C3;
}
.TagClassName
{
border-color: #CFE3C3;
}
</style>