Shades of Tea Green #CFE4C4
Tints of Tea Green #CFE4C4
RGB
CMYK
RGB Variations
Color information
#CFE4C4 (or 0xCFE4C4) is known color: Tea Green. HEX triplet: CF, E4 and C4. RGB value is (207,228,196). Sum of RGB (Red+Green+Blue) = 207+228+196=631 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.81% from 631); Green value is 228 (89.45% from 255 or 36.13% from 631); Blue value is 196 (76.95% from 255 or 31.06% from 631); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE4C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE4C4 is #301B3B. Grayscale: #DADADA. Windows color (decimal): -3152700 or 12903631. OLE color: 12903631.
HSL color Cylindrical-coordinate representation of color #CFE4C4: hue angle of 99.38º degrees, saturation: 0.37, 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 #CFE4C4 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
RGB | 207 | 228 | 196 | - |
CMYK | 0.09 | 0 | 0.14 | 0.11 |
HSL | 99.38º | 0.37% | 0.83% | - |
HSV(B) | 99.38º | 0.14% | 0.89% | - |
XYZ | 63.44 | 72.74 | 62.92 | - |
YUV | 218.07 | 115.54 | 120.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 228 | 196 | 0.09 | 0 | 0.14 | 0.11 | 99.38 | 0.37 | 0.83 |
Hex | CF | E4 | C4 | 9 | 0 | E | B | 63 | 25 | 53 |
Octal | 317 | 344 | 304 | 11 | 0 | 16 | 13 | 143 | 45 | 123 |
Binary | 11001111 | 11100100 | 11000100 | 1001 | 0 | 1110 | 1011 | 1100011 | 100101 | 1010011 |
Color Harmonies of #CFE4C4
Complementary color
Monochromatic Colors of #CFE4C4
Black with #CFE4C4
Text Example
Text Example
White with #CFE4C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE4C4; }
p { color: rgb(207,228,196); }
H1.HeaderClassName
{
color: #CFE4C4;
}
.AnyTagClassName
{
color: #CFE4C4;
}
</style>
background-color css
<style>
a { background-color: #CFE4C4; }
a { background-color: rgb(207,228,196); }
div.DivClassName
{
background-color: #CFE4C4;
}
.BgClassName
{
background-color: #CFE4C4;
}
</style>
border-color css
<style>
span { border-color: #CFE4C4; }
span { border-color: rgb(207,228,196); }
td.TdClassName
{
border-color: #CFE4C4;
}
.TagClassName
{
border-color: #CFE4C4;
}
</style>