Shades of Tea Green #CFEAC3
Tints of Tea Green #CFEAC3
RGB
CMYK
RGB Variations
Color information
#CFEAC3 (or 0xCFEAC3) is known color: Tea Green. HEX triplet: CF, EA and C3. RGB value is (207,234,195). Sum of RGB (Red+Green+Blue) = 207+234+195=636 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.55% from 636); Green value is 234 (91.80% from 255 or 36.79% from 636); Blue value is 195 (76.56% from 255 or 30.66% from 636); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEAC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEAC3 is #30153C. Grayscale: #DDDDDD. Windows color (decimal): -3151165 or 12839631. OLE color: 12839631.
HSL color Cylindrical-coordinate representation of color #CFEAC3: hue angle of 101.54º degrees, saturation: 0.48, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFEAC3 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
RGB | 207 | 234 | 195 | - |
CMYK | 0.12 | 0 | 0.17 | 0.08 |
HSL | 101.54º | 0.48% | 0.84% | - |
HSV(B) | 101.54º | 0.17% | 0.92% | - |
XYZ | 65.01 | 76.05 | 62.88 | - |
YUV | 221.48 | 113.05 | 117.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 234 | 195 | 0.12 | 0 | 0.17 | 0.08 | 101.54 | 0.48 | 0.84 |
Hex | CF | EA | C3 | C | 0 | 11 | 8 | 66 | 30 | 54 |
Octal | 317 | 352 | 303 | 14 | 0 | 21 | 10 | 146 | 60 | 124 |
Binary | 11001111 | 11101010 | 11000011 | 1100 | 0 | 10001 | 1000 | 1100110 | 110000 | 1010100 |
Color Harmonies of #CFEAC3
Complementary color
Monochromatic Colors of #CFEAC3
Black with #CFEAC3
Text Example
Text Example
White with #CFEAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEAC3; }
p { color: rgb(207,234,195); }
H1.HeaderClassName
{
color: #CFEAC3;
}
.AnyTagClassName
{
color: #CFEAC3;
}
</style>
background-color css
<style>
a { background-color: #CFEAC3; }
a { background-color: rgb(207,234,195); }
div.DivClassName
{
background-color: #CFEAC3;
}
.BgClassName
{
background-color: #CFEAC3;
}
</style>
border-color css
<style>
span { border-color: #CFEAC3; }
span { border-color: rgb(207,234,195); }
td.TdClassName
{
border-color: #CFEAC3;
}
.TagClassName
{
border-color: #CFEAC3;
}
</style>