Shades of Tea Green #CAE6BC
Tints of Tea Green #CAE6BC
RGB
CMYK
RGB Variations
Color information
#CAE6BC (or 0xCAE6BC) is known color: Tea Green. HEX triplet: CA, E6 and BC. RGB value is (202,230,188). Sum of RGB (Red+Green+Blue) = 202+230+188=620 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.58% from 620); Green value is 230 (90.23% from 255 or 37.10% from 620); Blue value is 188 (73.83% from 255 or 30.32% from 620); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE6BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE6BC is #351943. Grayscale: #D8D8D8. Windows color (decimal): -3479876 or 12379850. OLE color: 12379850.
HSL color Cylindrical-coordinate representation of color #CAE6BC: hue angle of 100º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAE6BC is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 230 | 188 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.10 |
| HSL | 100º | 0.46% | 0.82% | - |
| HSV(B) | 100º | 0.18% | 0.9% | - |
| XYZ | 61.73 | 72.78 | 58.37 | - |
| YUV | 216.84 | 111.72 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 230 | 188 | 0.12 | 0 | 0.18 | 0.10 | 100 | 0.46 | 0.82 |
| Hex | CA | E6 | BC | C | 0 | 12 | A | 64 | 2E | 52 |
| Octal | 312 | 346 | 274 | 14 | 0 | 22 | 12 | 144 | 56 | 122 |
| Binary | 11001010 | 11100110 | 10111100 | 1100 | 0 | 10010 | 1010 | 1100100 | 101110 | 1010010 |
Color Harmonies of #CAE6BC
Complementary color
Monochromatic Colors of #CAE6BC
Black with #CAE6BC
Text Example
Text Example
White with #CAE6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE6BC; }
p { color: rgb(202,230,188); }
H1.HeaderClassName
{
color: #CAE6BC;
}
.AnyTagClassName
{
color: #CAE6BC;
}
</style>
background-color css
<style>
a { background-color: #CAE6BC; }
a { background-color: rgb(202,230,188); }
div.DivClassName
{
background-color: #CAE6BC;
}
.BgClassName
{
background-color: #CAE6BC;
}
</style>
border-color css
<style>
span { border-color: #CAE6BC; }
span { border-color: rgb(202,230,188); }
td.TdClassName
{
border-color: #CAE6BC;
}
.TagClassName
{
border-color: #CAE6BC;
}
</style>