Shades of Tea Green #CAEDB8
Tints of Tea Green #CAEDB8
RGB
CMYK
RGB Variations
Color information
#CAEDB8 (or 0xCAEDB8) is known color: Tea Green. HEX triplet: CA, ED and B8. RGB value is (202,237,184). Sum of RGB (Red+Green+Blue) = 202+237+184=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 237 (92.97% from 255 or 38.04% from 623); Blue value is 184 (72.27% from 255 or 29.53% from 623); Max value from RGB is 237 - color contains mainly: green. Hex color #CAEDB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEDB8 is #351247. Grayscale: #DCDCDC. Windows color (decimal): -3478088 or 12119498. OLE color: 12119498.
HSL color Cylindrical-coordinate representation of color #CAEDB8: hue angle of 99.62º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAEDB8 is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 237 | 184 | - |
| CMYK | 0.15 | 0 | 0.22 | 0.07 |
| HSL | 99.62º | 0.6% | 0.83% | - |
| HSV(B) | 99.62º | 0.22% | 0.93% | - |
| XYZ | 63.29 | 76.59 | 56.79 | - |
| YUV | 220.49 | 107.4 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 237 | 184 | 0.15 | 0 | 0.22 | 0.07 | 99.62 | 0.6 | 0.83 |
| Hex | CA | ED | B8 | F | 0 | 16 | 7 | 64 | 3C | 53 |
| Octal | 312 | 355 | 270 | 17 | 0 | 26 | 7 | 144 | 74 | 123 |
| Binary | 11001010 | 11101101 | 10111000 | 1111 | 0 | 10110 | 111 | 1100100 | 111100 | 1010011 |
Color Harmonies of #CAEDB8
Complementary color
Monochromatic Colors of #CAEDB8
Black with #CAEDB8
Text Example
Text Example
White with #CAEDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEDB8; }
p { color: rgb(202,237,184); }
H1.HeaderClassName
{
color: #CAEDB8;
}
.AnyTagClassName
{
color: #CAEDB8;
}
</style>
background-color css
<style>
a { background-color: #CAEDB8; }
a { background-color: rgb(202,237,184); }
div.DivClassName
{
background-color: #CAEDB8;
}
.BgClassName
{
background-color: #CAEDB8;
}
</style>
border-color css
<style>
span { border-color: #CAEDB8; }
span { border-color: rgb(202,237,184); }
td.TdClassName
{
border-color: #CAEDB8;
}
.TagClassName
{
border-color: #CAEDB8;
}
</style>