Shades of Tea Green #CAEAB8
Tints of Tea Green #CAEAB8
RGB
CMYK
RGB Variations
Color information
#CAEAB8 (or 0xCAEAB8) is known color: Tea Green. HEX triplet: CA, EA and B8. RGB value is (202,234,184). Sum of RGB (Red+Green+Blue) = 202+234+184=620 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.58% from 620); Green value is 234 (91.80% from 255 or 37.74% from 620); Blue value is 184 (72.27% from 255 or 29.68% from 620); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEAB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEAB8 is #351547. Grayscale: #DADADA. Windows color (decimal): -3478856 or 12118730. OLE color: 12118730.
HSL color Cylindrical-coordinate representation of color #CAEAB8: hue angle of 98.4º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAEAB8 is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 234 | 184 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.08 |
| HSL | 98.4º | 0.54% | 0.82% | - |
| HSV(B) | 98.4º | 0.21% | 0.92% | - |
| XYZ | 62.43 | 74.86 | 56.51 | - |
| YUV | 218.73 | 108.4 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 234 | 184 | 0.14 | 0 | 0.21 | 0.08 | 98.4 | 0.54 | 0.82 |
| Hex | CA | EA | B8 | E | 0 | 15 | 8 | 62 | 36 | 52 |
| Octal | 312 | 352 | 270 | 16 | 0 | 25 | 10 | 142 | 66 | 122 |
| Binary | 11001010 | 11101010 | 10111000 | 1110 | 0 | 10101 | 1000 | 1100010 | 110110 | 1010010 |
Color Harmonies of #CAEAB8
Complementary color
Monochromatic Colors of #CAEAB8
Black with #CAEAB8
Text Example
Text Example
White with #CAEAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEAB8; }
p { color: rgb(202,234,184); }
H1.HeaderClassName
{
color: #CAEAB8;
}
.AnyTagClassName
{
color: #CAEAB8;
}
</style>
background-color css
<style>
a { background-color: #CAEAB8; }
a { background-color: rgb(202,234,184); }
div.DivClassName
{
background-color: #CAEAB8;
}
.BgClassName
{
background-color: #CAEAB8;
}
</style>
border-color css
<style>
span { border-color: #CAEAB8; }
span { border-color: rgb(202,234,184); }
td.TdClassName
{
border-color: #CAEAB8;
}
.TagClassName
{
border-color: #CAEAB8;
}
</style>