Shades of Tea Green #CBFFC1
Tints of Tea Green #CBFFC1
RGB
CMYK
RGB Variations
Color information
#CBFFC1 (or 0xCBFFC1) is known color: Tea Green. HEX triplet: CB, FF and C1. RGB value is (203,255,193). Sum of RGB (Red+Green+Blue) = 203+255+193=651 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.18% from 651); Green value is 255 (100% from 255 or 39.17% from 651); Blue value is 193 (75.78% from 255 or 29.65% from 651); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFFC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFFC1 is #34003E. Grayscale: #E8E8E8. Windows color (decimal): -3407935 or 12713931. OLE color: 12713931.
HSL color Cylindrical-coordinate representation of color #CBFFC1: hue angle of 110.32º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBFFC1 is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 255 | 193 | - |
| CMYK | 0.20 | 0 | 0.24 | 0 |
| HSL | 110.32º | 1% | 0.88% | - |
| HSV(B) | 110.32º | 0.24% | 1% | - |
| XYZ | 70.01 | 88.07 | 63.76 | - |
| YUV | 232.38 | 105.77 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 255 | 193 | 0.20 | 0 | 0.24 | 0 | 110.32 | 1 | 0.88 |
| Hex | CB | FF | C1 | 14 | 0 | 18 | 0 | 6E | 64 | 58 |
| Octal | 313 | 377 | 301 | 24 | 0 | 30 | 0 | 156 | 144 | 130 |
| Binary | 11001011 | 11111111 | 11000001 | 10100 | 0 | 11000 | 0 | 1101110 | 1100100 | 1011000 |
Color Harmonies of #CBFFC1
Complementary color
Monochromatic Colors of #CBFFC1
Black with #CBFFC1
Text Example
Text Example
White with #CBFFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFFC1; }
p { color: rgb(203,255,193); }
H1.HeaderClassName
{
color: #CBFFC1;
}
.AnyTagClassName
{
color: #CBFFC1;
}
</style>
background-color css
<style>
a { background-color: #CBFFC1; }
a { background-color: rgb(203,255,193); }
div.DivClassName
{
background-color: #CBFFC1;
}
.BgClassName
{
background-color: #CBFFC1;
}
</style>
border-color css
<style>
span { border-color: #CBFFC1; }
span { border-color: rgb(203,255,193); }
td.TdClassName
{
border-color: #CBFFC1;
}
.TagClassName
{
border-color: #CBFFC1;
}
</style>