Shades of Tea Green #CFFDAF
Tints of Tea Green #CFFDAF
RGB
CMYK
RGB Variations
Color information
#CFFDAF (or 0xCFFDAF) is known color: Tea Green. HEX triplet: CF, FD and AF. RGB value is (207,253,175). Sum of RGB (Red+Green+Blue) = 207+253+175=635 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.60% from 635); Green value is 253 (99.22% from 255 or 39.84% from 635); Blue value is 175 (68.75% from 255 or 27.56% from 635); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFDAF is #300250. Grayscale: #E6E6E6. Windows color (decimal): -3146321 or 11533775. OLE color: 11533775.
HSL color Cylindrical-coordinate representation of color #CFFDAF: hue angle of 95.38º 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 #CFFDAF is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
RGB | 207 | 253 | 175 | - |
CMYK | 0.18 | 0 | 0.31 | 0.01 |
HSL | 95.38º | 0.95% | 0.84% | - |
HSV(B) | 95.38º | 0.31% | 0.99% | - |
XYZ | 68.6 | 86.61 | 53.66 | - |
YUV | 230.35 | 96.76 | 111.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 253 | 175 | 0.18 | 0 | 0.31 | 0.01 | 95.38 | 0.95 | 0.84 |
Hex | CF | FD | AF | 12 | 0 | 1F | 1 | 5F | 5F | 54 |
Octal | 317 | 375 | 257 | 22 | 0 | 37 | 1 | 137 | 137 | 124 |
Binary | 11001111 | 11111101 | 10101111 | 10010 | 0 | 11111 | 1 | 1011111 | 1011111 | 1010100 |
Color Harmonies of #CFFDAF
Complementary color
Monochromatic Colors of #CFFDAF
Black with #CFFDAF
Text Example
Text Example
White with #CFFDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFDAF; }
p { color: rgb(207,253,175); }
H1.HeaderClassName
{
color: #CFFDAF;
}
.AnyTagClassName
{
color: #CFFDAF;
}
</style>
background-color css
<style>
a { background-color: #CFFDAF; }
a { background-color: rgb(207,253,175); }
div.DivClassName
{
background-color: #CFFDAF;
}
.BgClassName
{
background-color: #CFFDAF;
}
</style>
border-color css
<style>
span { border-color: #CFFDAF; }
span { border-color: rgb(207,253,175); }
td.TdClassName
{
border-color: #CFFDAF;
}
.TagClassName
{
border-color: #CFFDAF;
}
</style>