Shades of Tea Green #CAEFC0
Tints of Tea Green #CAEFC0
RGB
CMYK
RGB Variations
Color information
#CAEFC0 (or 0xCAEFC0) is known color: Tea Green. HEX triplet: CA, EF and C0. RGB value is (202,239,192). Sum of RGB (Red+Green+Blue) = 202+239+192=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 239 (93.75% from 255 or 37.76% from 633); Blue value is 192 (75.39% from 255 or 30.33% from 633); Max value from RGB is 239 - color contains mainly: green. Hex color #CAEFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEFC0 is #35103F. Grayscale: #DEDEDE. Windows color (decimal): -3477568 or 12644298. OLE color: 12644298.
HSL color Cylindrical-coordinate representation of color #CAEFC0: hue angle of 107.23º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAEFC0 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 239 | 192 | - |
| CMYK | 0.15 | 0 | 0.20 | 0.06 |
| HSL | 107.23º | 0.59% | 0.85% | - |
| HSV(B) | 107.23º | 0.2% | 0.94% | - |
| XYZ | 64.74 | 78.1 | 61.53 | - |
| YUV | 222.58 | 110.74 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 239 | 192 | 0.15 | 0 | 0.20 | 0.06 | 107.23 | 0.59 | 0.85 |
| Hex | CA | EF | C0 | F | 0 | 14 | 6 | 6B | 3B | 55 |
| Octal | 312 | 357 | 300 | 17 | 0 | 24 | 6 | 153 | 73 | 125 |
| Binary | 11001010 | 11101111 | 11000000 | 1111 | 0 | 10100 | 110 | 1101011 | 111011 | 1010101 |
Color Harmonies of #CAEFC0
Complementary color
Monochromatic Colors of #CAEFC0
Black with #CAEFC0
Text Example
Text Example
White with #CAEFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEFC0; }
p { color: rgb(202,239,192); }
H1.HeaderClassName
{
color: #CAEFC0;
}
.AnyTagClassName
{
color: #CAEFC0;
}
</style>
background-color css
<style>
a { background-color: #CAEFC0; }
a { background-color: rgb(202,239,192); }
div.DivClassName
{
background-color: #CAEFC0;
}
.BgClassName
{
background-color: #CAEFC0;
}
</style>
border-color css
<style>
span { border-color: #CAEFC0; }
span { border-color: rgb(202,239,192); }
td.TdClassName
{
border-color: #CAEFC0;
}
.TagClassName
{
border-color: #CAEFC0;
}
</style>