Shades of Tea Green #CAF0B4
Tints of Tea Green #CAF0B4
RGB
CMYK
RGB Variations
Color information
#CAF0B4 (or 0xCAF0B4) is known color: Tea Green. HEX triplet: CA, F0 and B4. RGB value is (202,240,180). Sum of RGB (Red+Green+Blue) = 202+240+180=622 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.48% from 622); Green value is 240 (94.14% from 255 or 38.59% from 622); Blue value is 180 (70.70% from 255 or 28.94% from 622); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF0B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF0B4 is #350F4B. Grayscale: #DEDEDE. Windows color (decimal): -3477324 or 11858122. OLE color: 11858122.
HSL color Cylindrical-coordinate representation of color #CAF0B4: hue angle of 98º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAF0B4 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 240 | 180 | - |
| CMYK | 0.16 | 0 | 0.25 | 0.06 |
| HSL | 98º | 0.67% | 0.82% | - |
| HSV(B) | 98º | 0.25% | 0.94% | - |
| XYZ | 63.76 | 78.17 | 54.91 | - |
| YUV | 221.8 | 104.41 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 240 | 180 | 0.16 | 0 | 0.25 | 0.06 | 98 | 0.67 | 0.82 |
| Hex | CA | F0 | B4 | 10 | 0 | 19 | 6 | 62 | 43 | 52 |
| Octal | 312 | 360 | 264 | 20 | 0 | 31 | 6 | 142 | 103 | 122 |
| Binary | 11001010 | 11110000 | 10110100 | 10000 | 0 | 11001 | 110 | 1100010 | 1000011 | 1010010 |
Color Harmonies of #CAF0B4
Complementary color
Monochromatic Colors of #CAF0B4
Black with #CAF0B4
Text Example
Text Example
White with #CAF0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF0B4; }
p { color: rgb(202,240,180); }
H1.HeaderClassName
{
color: #CAF0B4;
}
.AnyTagClassName
{
color: #CAF0B4;
}
</style>
background-color css
<style>
a { background-color: #CAF0B4; }
a { background-color: rgb(202,240,180); }
div.DivClassName
{
background-color: #CAF0B4;
}
.BgClassName
{
background-color: #CAF0B4;
}
</style>
border-color css
<style>
span { border-color: #CAF0B4; }
span { border-color: rgb(202,240,180); }
td.TdClassName
{
border-color: #CAF0B4;
}
.TagClassName
{
border-color: #CAF0B4;
}
</style>