Shades of Tea Green #CBFDB2
Tints of Tea Green #CBFDB2
RGB
CMYK
RGB Variations
Color information
#CBFDB2 (or 0xCBFDB2) is known color: Tea Green. HEX triplet: CB, FD and B2. RGB value is (203,253,178). Sum of RGB (Red+Green+Blue) = 203+253+178=634 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.02% from 634); Green value is 253 (99.22% from 255 or 39.91% from 634); Blue value is 178 (69.92% from 255 or 28.08% from 634); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFDB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFDB2 is #34024D. Grayscale: #E5E5E5. Windows color (decimal): -3408462 or 11730379. OLE color: 11730379.
HSL color Cylindrical-coordinate representation of color #CBFDB2: hue angle of 100º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBFDB2 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 253 | 178 | - |
| CMYK | 0.20 | 0 | 0.30 | 0.01 |
| HSL | 100º | 0.95% | 0.85% | - |
| HSV(B) | 100º | 0.3% | 0.99% | - |
| XYZ | 67.79 | 86.16 | 55.18 | - |
| YUV | 229.5 | 98.94 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 253 | 178 | 0.20 | 0 | 0.30 | 0.01 | 100 | 0.95 | 0.85 |
| Hex | CB | FD | B2 | 14 | 0 | 1E | 1 | 64 | 5F | 55 |
| Octal | 313 | 375 | 262 | 24 | 0 | 36 | 1 | 144 | 137 | 125 |
| Binary | 11001011 | 11111101 | 10110010 | 10100 | 0 | 11110 | 1 | 1100100 | 1011111 | 1010101 |
Color Harmonies of #CBFDB2
Complementary color
Monochromatic Colors of #CBFDB2
Black with #CBFDB2
Text Example
Text Example
White with #CBFDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFDB2; }
p { color: rgb(203,253,178); }
H1.HeaderClassName
{
color: #CBFDB2;
}
.AnyTagClassName
{
color: #CBFDB2;
}
</style>
background-color css
<style>
a { background-color: #CBFDB2; }
a { background-color: rgb(203,253,178); }
div.DivClassName
{
background-color: #CBFDB2;
}
.BgClassName
{
background-color: #CBFDB2;
}
</style>
border-color css
<style>
span { border-color: #CBFDB2; }
span { border-color: rgb(203,253,178); }
td.TdClassName
{
border-color: #CBFDB2;
}
.TagClassName
{
border-color: #CBFDB2;
}
</style>