Shades of Tea Green #CBF7AD
Tints of Tea Green #CBF7AD
RGB
CMYK
RGB Variations
Color information
#CBF7AD (or 0xCBF7AD) is known color: Tea Green. HEX triplet: CB, F7 and AD. RGB value is (203,247,173). Sum of RGB (Red+Green+Blue) = 203+247+173=623 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.58% from 623); Green value is 247 (96.88% from 255 or 39.65% from 623); Blue value is 173 (67.97% from 255 or 27.77% from 623); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF7AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF7AD is #340852. Grayscale: #E1E1E1. Windows color (decimal): -3410003 or 11401163. OLE color: 11401163.
HSL color Cylindrical-coordinate representation of color #CBF7AD: hue angle of 95.68º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBF7AD is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 247 | 173 | - |
| CMYK | 0.18 | 0 | 0.30 | 0.03 |
| HSL | 95.68º | 0.82% | 0.82% | - |
| HSV(B) | 95.68º | 0.3% | 0.97% | - |
| XYZ | 65.43 | 82.24 | 51.96 | - |
| YUV | 225.41 | 98.42 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 247 | 173 | 0.18 | 0 | 0.30 | 0.03 | 95.68 | 0.82 | 0.82 |
| Hex | CB | F7 | AD | 12 | 0 | 1E | 3 | 60 | 52 | 52 |
| Octal | 313 | 367 | 255 | 22 | 0 | 36 | 3 | 140 | 122 | 122 |
| Binary | 11001011 | 11110111 | 10101101 | 10010 | 0 | 11110 | 11 | 1100000 | 1010010 | 1010010 |
Color Harmonies of #CBF7AD
Complementary color
Monochromatic Colors of #CBF7AD
Black with #CBF7AD
Text Example
Text Example
White with #CBF7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF7AD; }
p { color: rgb(203,247,173); }
H1.HeaderClassName
{
color: #CBF7AD;
}
.AnyTagClassName
{
color: #CBF7AD;
}
</style>
background-color css
<style>
a { background-color: #CBF7AD; }
a { background-color: rgb(203,247,173); }
div.DivClassName
{
background-color: #CBF7AD;
}
.BgClassName
{
background-color: #CBF7AD;
}
</style>
border-color css
<style>
span { border-color: #CBF7AD; }
span { border-color: rgb(203,247,173); }
td.TdClassName
{
border-color: #CBF7AD;
}
.TagClassName
{
border-color: #CBF7AD;
}
</style>