Shades of Tea Green #CAFDB7
Tints of Tea Green #CAFDB7
RGB
CMYK
RGB Variations
Color information
#CAFDB7 (or 0xCAFDB7) is known color: Tea Green. HEX triplet: CA, FD and B7. RGB value is (202,253,183). Sum of RGB (Red+Green+Blue) = 202+253+183=638 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.66% from 638); Green value is 253 (99.22% from 255 or 39.66% from 638); Blue value is 183 (71.88% from 255 or 28.68% from 638); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFDB7 is #350248. Grayscale: #E5E5E5. Windows color (decimal): -3473993 or 12058058. OLE color: 12058058.
HSL color Cylindrical-coordinate representation of color #CAFDB7: hue angle of 103.71º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CAFDB7 is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 253 | 183 | - |
| CMYK | 0.20 | 0 | 0.28 | 0.01 |
| HSL | 103.71º | 0.95% | 0.85% | - |
| HSV(B) | 103.71º | 0.28% | 0.99% | - |
| XYZ | 68.03 | 86.23 | 57.86 | - |
| YUV | 229.77 | 101.6 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 253 | 183 | 0.20 | 0 | 0.28 | 0.01 | 103.71 | 0.95 | 0.85 |
| Hex | CA | FD | B7 | 14 | 0 | 1C | 1 | 68 | 5F | 55 |
| Octal | 312 | 375 | 267 | 24 | 0 | 34 | 1 | 150 | 137 | 125 |
| Binary | 11001010 | 11111101 | 10110111 | 10100 | 0 | 11100 | 1 | 1101000 | 1011111 | 1010101 |
Color Harmonies of #CAFDB7
Complementary color
Monochromatic Colors of #CAFDB7
Black with #CAFDB7
Text Example
Text Example
White with #CAFDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFDB7; }
p { color: rgb(202,253,183); }
H1.HeaderClassName
{
color: #CAFDB7;
}
.AnyTagClassName
{
color: #CAFDB7;
}
</style>
background-color css
<style>
a { background-color: #CAFDB7; }
a { background-color: rgb(202,253,183); }
div.DivClassName
{
background-color: #CAFDB7;
}
.BgClassName
{
background-color: #CAFDB7;
}
</style>
border-color css
<style>
span { border-color: #CAFDB7; }
span { border-color: rgb(202,253,183); }
td.TdClassName
{
border-color: #CAFDB7;
}
.TagClassName
{
border-color: #CAFDB7;
}
</style>