Shades of Tea Green #CAFDB2
Tints of Tea Green #CAFDB2
RGB
CMYK
RGB Variations
Color information
#CAFDB2 (or 0xCAFDB2) is known color: Tea Green. HEX triplet: CA, FD and B2. RGB value is (202,253,178). Sum of RGB (Red+Green+Blue) = 202+253+178=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 253 (99.22% from 255 or 39.97% from 633); Blue value is 178 (69.92% from 255 or 28.12% from 633); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFDB2 is #35024D. Grayscale: #E5E5E5. Windows color (decimal): -3473998 or 11730378. OLE color: 11730378.
HSL color Cylindrical-coordinate representation of color #CAFDB2: hue angle of 100.8º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAFDB2 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 253 | 178 | - |
| CMYK | 0.20 | 0 | 0.30 | 0.01 |
| HSL | 100.8º | 0.95% | 0.85% | - |
| HSV(B) | 100.8º | 0.3% | 0.99% | - |
| XYZ | 67.52 | 86.02 | 55.16 | - |
| YUV | 229.2 | 99.1 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 253 | 178 | 0.20 | 0 | 0.30 | 0.01 | 100.8 | 0.95 | 0.85 |
| Hex | CA | FD | B2 | 14 | 0 | 1E | 1 | 65 | 5F | 55 |
| Octal | 312 | 375 | 262 | 24 | 0 | 36 | 1 | 145 | 137 | 125 |
| Binary | 11001010 | 11111101 | 10110010 | 10100 | 0 | 11110 | 1 | 1100101 | 1011111 | 1010101 |
Color Harmonies of #CAFDB2
Complementary color
Monochromatic Colors of #CAFDB2
Black with #CAFDB2
Text Example
Text Example
White with #CAFDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFDB2; }
p { color: rgb(202,253,178); }
H1.HeaderClassName
{
color: #CAFDB2;
}
.AnyTagClassName
{
color: #CAFDB2;
}
</style>
background-color css
<style>
a { background-color: #CAFDB2; }
a { background-color: rgb(202,253,178); }
div.DivClassName
{
background-color: #CAFDB2;
}
.BgClassName
{
background-color: #CAFDB2;
}
</style>
border-color css
<style>
span { border-color: #CAFDB2; }
span { border-color: rgb(202,253,178); }
td.TdClassName
{
border-color: #CAFDB2;
}
.TagClassName
{
border-color: #CAFDB2;
}
</style>