Shades of Tea Green #CFEEC0
Tints of Tea Green #CFEEC0
RGB
CMYK
RGB Variations
Color information
#CFEEC0 (or 0xCFEEC0) is known color: Tea Green. HEX triplet: CF, EE and C0. RGB value is (207,238,192). Sum of RGB (Red+Green+Blue) = 207+238+192=637 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.50% from 637); Green value is 238 (93.36% from 255 or 37.36% from 637); Blue value is 192 (75.39% from 255 or 30.14% from 637); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEEC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEEC0 is #30113F. Grayscale: #DFDFDF. Windows color (decimal): -3150144 or 12644047. OLE color: 12644047.
HSL color Cylindrical-coordinate representation of color #CFEEC0: hue angle of 100.43º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFEEC0 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
RGB | 207 | 238 | 192 | - |
CMYK | 0.13 | 0 | 0.19 | 0.07 |
HSL | 100.43º | 0.58% | 0.84% | - |
HSV(B) | 100.43º | 0.19% | 0.93% | - |
XYZ | 65.82 | 78.22 | 61.5 | - |
YUV | 223.49 | 110.23 | 116.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 238 | 192 | 0.13 | 0 | 0.19 | 0.07 | 100.43 | 0.58 | 0.84 |
Hex | CF | EE | C0 | D | 0 | 13 | 7 | 64 | 3A | 54 |
Octal | 317 | 356 | 300 | 15 | 0 | 23 | 7 | 144 | 72 | 124 |
Binary | 11001111 | 11101110 | 11000000 | 1101 | 0 | 10011 | 111 | 1100100 | 111010 | 1010100 |
Color Harmonies of #CFEEC0
Complementary color
Monochromatic Colors of #CFEEC0
Black with #CFEEC0
Text Example
Text Example
White with #CFEEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEEC0; }
p { color: rgb(207,238,192); }
H1.HeaderClassName
{
color: #CFEEC0;
}
.AnyTagClassName
{
color: #CFEEC0;
}
</style>
background-color css
<style>
a { background-color: #CFEEC0; }
a { background-color: rgb(207,238,192); }
div.DivClassName
{
background-color: #CFEEC0;
}
.BgClassName
{
background-color: #CFEEC0;
}
</style>
border-color css
<style>
span { border-color: #CFEEC0; }
span { border-color: rgb(207,238,192); }
td.TdClassName
{
border-color: #CFEEC0;
}
.TagClassName
{
border-color: #CFEEC0;
}
</style>