Shades of Tea Green #CAFFBD
Tints of Tea Green #CAFFBD
RGB
CMYK
RGB Variations
Color information
#CAFFBD (or 0xCAFFBD) is known color: Tea Green. HEX triplet: CA, FF and BD. RGB value is (202,255,189). Sum of RGB (Red+Green+Blue) = 202+255+189=646 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.27% from 646); Green value is 255 (100% from 255 or 39.47% from 646); Blue value is 189 (74.22% from 255 or 29.26% from 646); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFBD is #350042. Grayscale: #E7E7E7. Windows color (decimal): -3473475 or 12451786. OLE color: 12451786.
HSL color Cylindrical-coordinate representation of color #CAFFBD: hue angle of 108.18º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CAFFBD is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 255 | 189 | - |
| CMYK | 0.21 | 0 | 0.26 | 0 |
| HSL | 108.18º | 1% | 0.87% | - |
| HSV(B) | 108.18º | 0.26% | 1% | - |
| XYZ | 69.3 | 87.75 | 61.43 | - |
| YUV | 231.63 | 103.94 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 255 | 189 | 0.21 | 0 | 0.26 | 0 | 108.18 | 1 | 0.87 |
| Hex | CA | FF | BD | 15 | 0 | 1A | 0 | 6C | 64 | 57 |
| Octal | 312 | 377 | 275 | 25 | 0 | 32 | 0 | 154 | 144 | 127 |
| Binary | 11001010 | 11111111 | 10111101 | 10101 | 0 | 11010 | 0 | 1101100 | 1100100 | 1010111 |
Color Harmonies of #CAFFBD
Complementary color
Monochromatic Colors of #CAFFBD
Black with #CAFFBD
Text Example
Text Example
White with #CAFFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFFBD; }
p { color: rgb(202,255,189); }
H1.HeaderClassName
{
color: #CAFFBD;
}
.AnyTagClassName
{
color: #CAFFBD;
}
</style>
background-color css
<style>
a { background-color: #CAFFBD; }
a { background-color: rgb(202,255,189); }
div.DivClassName
{
background-color: #CAFFBD;
}
.BgClassName
{
background-color: #CAFFBD;
}
</style>
border-color css
<style>
span { border-color: #CAFFBD; }
span { border-color: rgb(202,255,189); }
td.TdClassName
{
border-color: #CAFFBD;
}
.TagClassName
{
border-color: #CAFFBD;
}
</style>