Shades of Tea Green #CAFBBD
Tints of Tea Green #CAFBBD
RGB
CMYK
RGB Variations
Color information
#CAFBBD (or 0xCAFBBD) is known color: Tea Green. HEX triplet: CA, FB and BD. RGB value is (202,251,189). Sum of RGB (Red+Green+Blue) = 202+251+189=642 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.46% from 642); Green value is 251 (98.44% from 255 or 39.10% from 642); Blue value is 189 (74.22% from 255 or 29.44% from 642); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFBBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFBBD is #350442. Grayscale: #E5E5E5. Windows color (decimal): -3474499 or 12450762. OLE color: 12450762.
HSL color Cylindrical-coordinate representation of color #CAFBBD: hue angle of 107.42º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAFBBD is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 251 | 189 | - |
| CMYK | 0.20 | 0 | 0.25 | 0.02 |
| HSL | 107.42º | 0.89% | 0.86% | - |
| HSV(B) | 107.42º | 0.25% | 0.98% | - |
| XYZ | 68.04 | 85.23 | 61.01 | - |
| YUV | 229.28 | 105.27 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 251 | 189 | 0.20 | 0 | 0.25 | 0.02 | 107.42 | 0.89 | 0.86 |
| Hex | CA | FB | BD | 14 | 0 | 19 | 2 | 6B | 59 | 56 |
| Octal | 312 | 373 | 275 | 24 | 0 | 31 | 2 | 153 | 131 | 126 |
| Binary | 11001010 | 11111011 | 10111101 | 10100 | 0 | 11001 | 10 | 1101011 | 1011001 | 1010110 |
Color Harmonies of #CAFBBD
Complementary color
Monochromatic Colors of #CAFBBD
Black with #CAFBBD
Text Example
Text Example
White with #CAFBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFBBD; }
p { color: rgb(202,251,189); }
H1.HeaderClassName
{
color: #CAFBBD;
}
.AnyTagClassName
{
color: #CAFBBD;
}
</style>
background-color css
<style>
a { background-color: #CAFBBD; }
a { background-color: rgb(202,251,189); }
div.DivClassName
{
background-color: #CAFBBD;
}
.BgClassName
{
background-color: #CAFBBD;
}
</style>
border-color css
<style>
span { border-color: #CAFBBD; }
span { border-color: rgb(202,251,189); }
td.TdClassName
{
border-color: #CAFBBD;
}
.TagClassName
{
border-color: #CAFBBD;
}
</style>