Shades of Tea Green #CBF8AD
Tints of Tea Green #CBF8AD
RGB
CMYK
RGB Variations
Color information
#CBF8AD (or 0xCBF8AD) is known color: Tea Green. HEX triplet: CB, F8 and AD. RGB value is (203,248,173). Sum of RGB (Red+Green+Blue) = 203+248+173=624 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.53% from 624); Green value is 248 (97.27% from 255 or 39.74% from 624); Blue value is 173 (67.97% from 255 or 27.72% from 624); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF8AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF8AD is #340752. Grayscale: #E2E2E2. Windows color (decimal): -3409747 or 11401419. OLE color: 11401419.
HSL color Cylindrical-coordinate representation of color #CBF8AD: hue angle of 96º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBF8AD is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 248 | 173 | - |
| CMYK | 0.18 | 0 | 0.30 | 0.03 |
| HSL | 96º | 0.84% | 0.83% | - |
| HSV(B) | 96º | 0.3% | 0.97% | - |
| XYZ | 65.74 | 82.85 | 52.06 | - |
| YUV | 226 | 98.09 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 248 | 173 | 0.18 | 0 | 0.30 | 0.03 | 96 | 0.84 | 0.83 |
| Hex | CB | F8 | AD | 12 | 0 | 1E | 3 | 60 | 54 | 53 |
| Octal | 313 | 370 | 255 | 22 | 0 | 36 | 3 | 140 | 124 | 123 |
| Binary | 11001011 | 11111000 | 10101101 | 10010 | 0 | 11110 | 11 | 1100000 | 1010100 | 1010011 |
Color Harmonies of #CBF8AD
Complementary color
Monochromatic Colors of #CBF8AD
Black with #CBF8AD
Text Example
Text Example
White with #CBF8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF8AD; }
p { color: rgb(203,248,173); }
H1.HeaderClassName
{
color: #CBF8AD;
}
.AnyTagClassName
{
color: #CBF8AD;
}
</style>
background-color css
<style>
a { background-color: #CBF8AD; }
a { background-color: rgb(203,248,173); }
div.DivClassName
{
background-color: #CBF8AD;
}
.BgClassName
{
background-color: #CBF8AD;
}
</style>
border-color css
<style>
span { border-color: #CBF8AD; }
span { border-color: rgb(203,248,173); }
td.TdClassName
{
border-color: #CBF8AD;
}
.TagClassName
{
border-color: #CBF8AD;
}
</style>