Shades of Tea Green #CAEEBF
Tints of Tea Green #CAEEBF
RGB
CMYK
RGB Variations
Color information
#CAEEBF (or 0xCAEEBF) is known color: Tea Green. HEX triplet: CA, EE and BF. RGB value is (202,238,191). Sum of RGB (Red+Green+Blue) = 202+238+191=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 238 (93.36% from 255 or 37.72% from 631); Blue value is 191 (75% from 255 or 30.27% from 631); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEEBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEEBF is #351140. Grayscale: #DEDEDE. Windows color (decimal): -3477825 or 12578506. OLE color: 12578506.
HSL color Cylindrical-coordinate representation of color #CAEEBF: hue angle of 105.96º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAEEBF is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 238 | 191 | - |
| CMYK | 0.15 | 0 | 0.20 | 0.07 |
| HSL | 105.96º | 0.58% | 0.84% | - |
| HSV(B) | 105.96º | 0.2% | 0.93% | - |
| XYZ | 64.34 | 77.47 | 60.85 | - |
| YUV | 221.88 | 110.57 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 238 | 191 | 0.15 | 0 | 0.20 | 0.07 | 105.96 | 0.58 | 0.84 |
| Hex | CA | EE | BF | F | 0 | 14 | 7 | 6A | 3A | 54 |
| Octal | 312 | 356 | 277 | 17 | 0 | 24 | 7 | 152 | 72 | 124 |
| Binary | 11001010 | 11101110 | 10111111 | 1111 | 0 | 10100 | 111 | 1101010 | 111010 | 1010100 |
Color Harmonies of #CAEEBF
Complementary color
Monochromatic Colors of #CAEEBF
Black with #CAEEBF
Text Example
Text Example
White with #CAEEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEEBF; }
p { color: rgb(202,238,191); }
H1.HeaderClassName
{
color: #CAEEBF;
}
.AnyTagClassName
{
color: #CAEEBF;
}
</style>
background-color css
<style>
a { background-color: #CAEEBF; }
a { background-color: rgb(202,238,191); }
div.DivClassName
{
background-color: #CAEEBF;
}
.BgClassName
{
background-color: #CAEEBF;
}
</style>
border-color css
<style>
span { border-color: #CAEEBF; }
span { border-color: rgb(202,238,191); }
td.TdClassName
{
border-color: #CAEEBF;
}
.TagClassName
{
border-color: #CAEEBF;
}
</style>