Shades of Tea Green #CAFDB4
Tints of Tea Green #CAFDB4
RGB
CMYK
RGB Variations
Color information
#CAFDB4 (or 0xCAFDB4) is known color: Tea Green. HEX triplet: CA, FD and B4. RGB value is (202,253,180). Sum of RGB (Red+Green+Blue) = 202+253+180=635 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.81% from 635); Green value is 253 (99.22% from 255 or 39.84% from 635); Blue value is 180 (70.70% from 255 or 28.35% from 635); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFDB4 is #35024B. Grayscale: #E5E5E5. Windows color (decimal): -3473996 or 11861450. OLE color: 11861450.
HSL color Cylindrical-coordinate representation of color #CAFDB4: hue angle of 101.92º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAFDB4 is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 253 | 180 | - |
| CMYK | 0.20 | 0 | 0.29 | 0.01 |
| HSL | 101.92º | 0.95% | 0.85% | - |
| HSV(B) | 101.92º | 0.29% | 0.99% | - |
| XYZ | 67.72 | 86.1 | 56.23 | - |
| YUV | 229.43 | 100.1 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 253 | 180 | 0.20 | 0 | 0.29 | 0.01 | 101.92 | 0.95 | 0.85 |
| Hex | CA | FD | B4 | 14 | 0 | 1D | 1 | 66 | 5F | 55 |
| Octal | 312 | 375 | 264 | 24 | 0 | 35 | 1 | 146 | 137 | 125 |
| Binary | 11001010 | 11111101 | 10110100 | 10100 | 0 | 11101 | 1 | 1100110 | 1011111 | 1010101 |
Color Harmonies of #CAFDB4
Complementary color
Monochromatic Colors of #CAFDB4
Black with #CAFDB4
Text Example
Text Example
White with #CAFDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFDB4; }
p { color: rgb(202,253,180); }
H1.HeaderClassName
{
color: #CAFDB4;
}
.AnyTagClassName
{
color: #CAFDB4;
}
</style>
background-color css
<style>
a { background-color: #CAFDB4; }
a { background-color: rgb(202,253,180); }
div.DivClassName
{
background-color: #CAFDB4;
}
.BgClassName
{
background-color: #CAFDB4;
}
</style>
border-color css
<style>
span { border-color: #CAFDB4; }
span { border-color: rgb(202,253,180); }
td.TdClassName
{
border-color: #CAFDB4;
}
.TagClassName
{
border-color: #CAFDB4;
}
</style>