Shades of Tea Green #CFFDAE
Tints of Tea Green #CFFDAE
RGB
CMYK
RGB Variations
Color information
#CFFDAE (or 0xCFFDAE) is known color: Tea Green. HEX triplet: CF, FD and AE. RGB value is (207,253,174). Sum of RGB (Red+Green+Blue) = 207+253+174=634 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.65% from 634); Green value is 253 (99.22% from 255 or 39.91% from 634); Blue value is 174 (68.36% from 255 or 27.44% from 634); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFDAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFDAE is #300251. Grayscale: #E6E6E6. Windows color (decimal): -3146322 or 11468239. OLE color: 11468239.
HSL color Cylindrical-coordinate representation of color #CFFDAE: hue angle of 94.94º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFFDAE is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
RGB | 207 | 253 | 174 | - |
CMYK | 0.18 | 0 | 0.31 | 0.01 |
HSL | 94.94º | 0.95% | 0.84% | - |
HSV(B) | 94.94º | 0.31% | 0.99% | - |
XYZ | 68.5 | 86.57 | 53.14 | - |
YUV | 230.24 | 96.26 | 111.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 253 | 174 | 0.18 | 0 | 0.31 | 0.01 | 94.94 | 0.95 | 0.84 |
Hex | CF | FD | AE | 12 | 0 | 1F | 1 | 5F | 5F | 54 |
Octal | 317 | 375 | 256 | 22 | 0 | 37 | 1 | 137 | 137 | 124 |
Binary | 11001111 | 11111101 | 10101110 | 10010 | 0 | 11111 | 1 | 1011111 | 1011111 | 1010100 |
Color Harmonies of #CFFDAE
Complementary color
Monochromatic Colors of #CFFDAE
Black with #CFFDAE
Text Example
Text Example
White with #CFFDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFDAE; }
p { color: rgb(207,253,174); }
H1.HeaderClassName
{
color: #CFFDAE;
}
.AnyTagClassName
{
color: #CFFDAE;
}
</style>
background-color css
<style>
a { background-color: #CFFDAE; }
a { background-color: rgb(207,253,174); }
div.DivClassName
{
background-color: #CFFDAE;
}
.BgClassName
{
background-color: #CFFDAE;
}
</style>
border-color css
<style>
span { border-color: #CFFDAE; }
span { border-color: rgb(207,253,174); }
td.TdClassName
{
border-color: #CFFDAE;
}
.TagClassName
{
border-color: #CFFDAE;
}
</style>