Shades of Tea Green #CAEFC4
Tints of Tea Green #CAEFC4
RGB
CMYK
RGB Variations
Color information
#CAEFC4 (or 0xCAEFC4) is known color: Tea Green. HEX triplet: CA, EF and C4. RGB value is (202,239,196). Sum of RGB (Red+Green+Blue) = 202+239+196=637 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.71% from 637); Green value is 239 (93.75% from 255 or 37.52% from 637); Blue value is 196 (76.95% from 255 or 30.77% from 637); Max value from RGB is 239 - color contains mainly: green. Hex color #CAEFC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEFC4 is #35103B. Grayscale: #DFDFDF. Windows color (decimal): -3477564 or 12906442. OLE color: 12906442.
HSL color Cylindrical-coordinate representation of color #CAEFC4: hue angle of 111.63º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAEFC4 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 239 | 196 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.06 |
| HSL | 111.63º | 0.57% | 0.85% | - |
| HSV(B) | 111.63º | 0.18% | 0.94% | - |
| XYZ | 65.19 | 78.28 | 63.9 | - |
| YUV | 223.04 | 112.74 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 239 | 196 | 0.15 | 0 | 0.18 | 0.06 | 111.63 | 0.57 | 0.85 |
| Hex | CA | EF | C4 | F | 0 | 12 | 6 | 70 | 39 | 55 |
| Octal | 312 | 357 | 304 | 17 | 0 | 22 | 6 | 160 | 71 | 125 |
| Binary | 11001010 | 11101111 | 11000100 | 1111 | 0 | 10010 | 110 | 1110000 | 111001 | 1010101 |
Color Harmonies of #CAEFC4
Complementary color
Monochromatic Colors of #CAEFC4
Black with #CAEFC4
Text Example
Text Example
White with #CAEFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEFC4; }
p { color: rgb(202,239,196); }
H1.HeaderClassName
{
color: #CAEFC4;
}
.AnyTagClassName
{
color: #CAEFC4;
}
</style>
background-color css
<style>
a { background-color: #CAEFC4; }
a { background-color: rgb(202,239,196); }
div.DivClassName
{
background-color: #CAEFC4;
}
.BgClassName
{
background-color: #CAEFC4;
}
</style>
border-color css
<style>
span { border-color: #CAEFC4; }
span { border-color: rgb(202,239,196); }
td.TdClassName
{
border-color: #CAEFC4;
}
.TagClassName
{
border-color: #CAEFC4;
}
</style>