Shades of Tea Green #CAFDB3
Tints of Tea Green #CAFDB3
RGB
CMYK
RGB Variations
Color information
#CAFDB3 (or 0xCAFDB3) is known color: Tea Green. HEX triplet: CA, FD and B3. RGB value is (202,253,179). Sum of RGB (Red+Green+Blue) = 202+253+179=634 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.86% from 634); Green value is 253 (99.22% from 255 or 39.91% from 634); Blue value is 179 (70.31% from 255 or 28.23% from 634); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFDB3 is #35024C. Grayscale: #E5E5E5. Windows color (decimal): -3473997 or 11795914. OLE color: 11795914.
HSL color Cylindrical-coordinate representation of color #CAFDB3: hue angle of 101.35º 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 #CAFDB3 is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 253 | 179 | - |
| CMYK | 0.20 | 0 | 0.29 | 0.01 |
| HSL | 101.35º | 0.95% | 0.85% | - |
| HSV(B) | 101.35º | 0.29% | 0.99% | - |
| XYZ | 67.62 | 86.06 | 55.7 | - |
| YUV | 229.32 | 99.6 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 253 | 179 | 0.20 | 0 | 0.29 | 0.01 | 101.35 | 0.95 | 0.85 |
| Hex | CA | FD | B3 | 14 | 0 | 1D | 1 | 65 | 5F | 55 |
| Octal | 312 | 375 | 263 | 24 | 0 | 35 | 1 | 145 | 137 | 125 |
| Binary | 11001010 | 11111101 | 10110011 | 10100 | 0 | 11101 | 1 | 1100101 | 1011111 | 1010101 |
Color Harmonies of #CAFDB3
Complementary color
Monochromatic Colors of #CAFDB3
Black with #CAFDB3
Text Example
Text Example
White with #CAFDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFDB3; }
p { color: rgb(202,253,179); }
H1.HeaderClassName
{
color: #CAFDB3;
}
.AnyTagClassName
{
color: #CAFDB3;
}
</style>
background-color css
<style>
a { background-color: #CAFDB3; }
a { background-color: rgb(202,253,179); }
div.DivClassName
{
background-color: #CAFDB3;
}
.BgClassName
{
background-color: #CAFDB3;
}
</style>
border-color css
<style>
span { border-color: #CAFDB3; }
span { border-color: rgb(202,253,179); }
td.TdClassName
{
border-color: #CAFDB3;
}
.TagClassName
{
border-color: #CAFDB3;
}
</style>