Shades of Tea Green #CBF8B2
Tints of Tea Green #CBF8B2
RGB
CMYK
RGB Variations
Color information
#CBF8B2 (or 0xCBF8B2) is known color: Tea Green. HEX triplet: CB, F8 and B2. RGB value is (203,248,178). Sum of RGB (Red+Green+Blue) = 203+248+178=629 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.27% from 629); Green value is 248 (97.27% from 255 or 39.43% from 629); Blue value is 178 (69.92% from 255 or 28.30% from 629); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF8B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF8B2 is #34074D. Grayscale: #E2E2E2. Windows color (decimal): -3409742 or 11729099. OLE color: 11729099.
HSL color Cylindrical-coordinate representation of color #CBF8B2: hue angle of 98.57º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBF8B2 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 248 | 178 | - |
| CMYK | 0.18 | 0 | 0.28 | 0.03 |
| HSL | 98.57º | 0.83% | 0.84% | - |
| HSV(B) | 98.57º | 0.28% | 0.97% | - |
| XYZ | 66.23 | 83.05 | 54.66 | - |
| YUV | 226.57 | 100.59 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 248 | 178 | 0.18 | 0 | 0.28 | 0.03 | 98.57 | 0.83 | 0.84 |
| Hex | CB | F8 | B2 | 12 | 0 | 1C | 3 | 63 | 53 | 54 |
| Octal | 313 | 370 | 262 | 22 | 0 | 34 | 3 | 143 | 123 | 124 |
| Binary | 11001011 | 11111000 | 10110010 | 10010 | 0 | 11100 | 11 | 1100011 | 1010011 | 1010100 |
Color Harmonies of #CBF8B2
Complementary color
Monochromatic Colors of #CBF8B2
Black with #CBF8B2
Text Example
Text Example
White with #CBF8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF8B2; }
p { color: rgb(203,248,178); }
H1.HeaderClassName
{
color: #CBF8B2;
}
.AnyTagClassName
{
color: #CBF8B2;
}
</style>
background-color css
<style>
a { background-color: #CBF8B2; }
a { background-color: rgb(203,248,178); }
div.DivClassName
{
background-color: #CBF8B2;
}
.BgClassName
{
background-color: #CBF8B2;
}
</style>
border-color css
<style>
span { border-color: #CBF8B2; }
span { border-color: rgb(203,248,178); }
td.TdClassName
{
border-color: #CBF8B2;
}
.TagClassName
{
border-color: #CBF8B2;
}
</style>