Shades of Tea Green #CAF3B3
Tints of Tea Green #CAF3B3
RGB
CMYK
RGB Variations
Color information
#CAF3B3 (or 0xCAF3B3) is known color: Tea Green. HEX triplet: CA, F3 and B3. RGB value is (202,243,179). Sum of RGB (Red+Green+Blue) = 202+243+179=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 243 (95.31% from 255 or 38.94% from 624); Blue value is 179 (70.31% from 255 or 28.69% from 624); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF3B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF3B3 is #350C4C. Grayscale: #DFDFDF. Windows color (decimal): -3476557 or 11793354. OLE color: 11793354.
HSL color Cylindrical-coordinate representation of color #CAF3B3: hue angle of 98.44º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CAF3B3 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 243 | 179 | - |
| CMYK | 0.17 | 0 | 0.26 | 0.05 |
| HSL | 98.44º | 0.73% | 0.83% | - |
| HSV(B) | 98.44º | 0.26% | 0.95% | - |
| XYZ | 64.54 | 79.91 | 54.67 | - |
| YUV | 223.45 | 102.92 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 243 | 179 | 0.17 | 0 | 0.26 | 0.05 | 98.44 | 0.73 | 0.83 |
| Hex | CA | F3 | B3 | 11 | 0 | 1A | 5 | 62 | 49 | 53 |
| Octal | 312 | 363 | 263 | 21 | 0 | 32 | 5 | 142 | 111 | 123 |
| Binary | 11001010 | 11110011 | 10110011 | 10001 | 0 | 11010 | 101 | 1100010 | 1001001 | 1010011 |
Color Harmonies of #CAF3B3
Complementary color
Monochromatic Colors of #CAF3B3
Black with #CAF3B3
Text Example
Text Example
White with #CAF3B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF3B3; }
p { color: rgb(202,243,179); }
H1.HeaderClassName
{
color: #CAF3B3;
}
.AnyTagClassName
{
color: #CAF3B3;
}
</style>
background-color css
<style>
a { background-color: #CAF3B3; }
a { background-color: rgb(202,243,179); }
div.DivClassName
{
background-color: #CAF3B3;
}
.BgClassName
{
background-color: #CAF3B3;
}
</style>
border-color css
<style>
span { border-color: #CAF3B3; }
span { border-color: rgb(202,243,179); }
td.TdClassName
{
border-color: #CAF3B3;
}
.TagClassName
{
border-color: #CAF3B3;
}
</style>