Shades of Tea Green #CFEEC3
Tints of Tea Green #CFEEC3
RGB
CMYK
RGB Variations
Color information
#CFEEC3 (or 0xCFEEC3) is known color: Tea Green. HEX triplet: CF, EE and C3. RGB value is (207,238,195). Sum of RGB (Red+Green+Blue) = 207+238+195=640 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.34% from 640); Green value is 238 (93.36% from 255 or 37.19% from 640); Blue value is 195 (76.56% from 255 or 30.47% from 640); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEEC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEEC3 is #30113C. Grayscale: #DFDFDF. Windows color (decimal): -3150141 or 12840655. OLE color: 12840655.
HSL color Cylindrical-coordinate representation of color #CFEEC3: hue angle of 103.26º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFEEC3 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 238 | 195 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.07 |
| HSL | 103.26º | 0.56% | 0.85% | - |
| HSV(B) | 103.26º | 0.18% | 0.93% | - |
| XYZ | 66.16 | 78.35 | 63.27 | - |
| YUV | 223.83 | 111.73 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 238 | 195 | 0.13 | 0 | 0.18 | 0.07 | 103.26 | 0.56 | 0.85 |
| Hex | CF | EE | C3 | D | 0 | 12 | 7 | 67 | 38 | 55 |
| Octal | 317 | 356 | 303 | 15 | 0 | 22 | 7 | 147 | 70 | 125 |
| Binary | 11001111 | 11101110 | 11000011 | 1101 | 0 | 10010 | 111 | 1100111 | 111000 | 1010101 |
Color Harmonies of #CFEEC3
Complementary color
Monochromatic Colors of #CFEEC3
Black with #CFEEC3
Text Example
Text Example
White with #CFEEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEEC3; }
p { color: rgb(207,238,195); }
H1.HeaderClassName
{
color: #CFEEC3;
}
.AnyTagClassName
{
color: #CFEEC3;
}
</style>
background-color css
<style>
a { background-color: #CFEEC3; }
a { background-color: rgb(207,238,195); }
div.DivClassName
{
background-color: #CFEEC3;
}
.BgClassName
{
background-color: #CFEEC3;
}
</style>
border-color css
<style>
span { border-color: #CFEEC3; }
span { border-color: rgb(207,238,195); }
td.TdClassName
{
border-color: #CFEEC3;
}
.TagClassName
{
border-color: #CFEEC3;
}
</style>