Shades of Tea Green #CFEEC4
Tints of Tea Green #CFEEC4
RGB
CMYK
RGB Variations
Color information
#CFEEC4 (or 0xCFEEC4) is known color: Tea Green. HEX triplet: CF, EE and C4. RGB value is (207,238,196). Sum of RGB (Red+Green+Blue) = 207+238+196=641 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.29% from 641); Green value is 238 (93.36% from 255 or 37.13% from 641); Blue value is 196 (76.95% from 255 or 30.58% from 641); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEEC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEEC4 is #30113B. Grayscale: #E0E0E0. Windows color (decimal): -3150140 or 12906191. OLE color: 12906191.
HSL color Cylindrical-coordinate representation of color #CFEEC4: hue angle of 104.29º degrees, saturation: 0.55, 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 #CFEEC4 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
RGB | 207 | 238 | 196 | - |
CMYK | 0.13 | 0 | 0.18 | 0.07 |
HSL | 104.29º | 0.55% | 0.85% | - |
HSV(B) | 104.29º | 0.18% | 0.93% | - |
XYZ | 66.27 | 78.4 | 63.86 | - |
YUV | 223.94 | 112.23 | 115.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 238 | 196 | 0.13 | 0 | 0.18 | 0.07 | 104.29 | 0.55 | 0.85 |
Hex | CF | EE | C4 | D | 0 | 12 | 7 | 68 | 37 | 55 |
Octal | 317 | 356 | 304 | 15 | 0 | 22 | 7 | 150 | 67 | 125 |
Binary | 11001111 | 11101110 | 11000100 | 1101 | 0 | 10010 | 111 | 1101000 | 110111 | 1010101 |
Color Harmonies of #CFEEC4
Complementary color
Monochromatic Colors of #CFEEC4
Black with #CFEEC4
Text Example
Text Example
White with #CFEEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEEC4; }
p { color: rgb(207,238,196); }
H1.HeaderClassName
{
color: #CFEEC4;
}
.AnyTagClassName
{
color: #CFEEC4;
}
</style>
background-color css
<style>
a { background-color: #CFEEC4; }
a { background-color: rgb(207,238,196); }
div.DivClassName
{
background-color: #CFEEC4;
}
.BgClassName
{
background-color: #CFEEC4;
}
</style>
border-color css
<style>
span { border-color: #CFEEC4; }
span { border-color: rgb(207,238,196); }
td.TdClassName
{
border-color: #CFEEC4;
}
.TagClassName
{
border-color: #CFEEC4;
}
</style>