Shades of Tea Green #CBFCC3
Tints of Tea Green #CBFCC3
RGB
CMYK
RGB Variations
Color information
#CBFCC3 (or 0xCBFCC3) is known color: Tea Green. HEX triplet: CB, FC and C3. RGB value is (203,252,195). Sum of RGB (Red+Green+Blue) = 203+252+195=650 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.23% from 650); Green value is 252 (98.83% from 255 or 38.77% from 650); Blue value is 195 (76.56% from 255 or 30% from 650); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFCC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFCC3 is #34033C. Grayscale: #E7E7E7. Windows color (decimal): -3408701 or 12844235. OLE color: 12844235.
HSL color Cylindrical-coordinate representation of color #CBFCC3: hue angle of 111.58º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBFCC3 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 252 | 195 | - |
| CMYK | 0.19 | 0 | 0.23 | 0.01 |
| HSL | 111.58º | 0.9% | 0.88% | - |
| HSV(B) | 111.58º | 0.23% | 0.99% | - |
| XYZ | 69.29 | 86.26 | 64.63 | - |
| YUV | 230.85 | 107.77 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 252 | 195 | 0.19 | 0 | 0.23 | 0.01 | 111.58 | 0.9 | 0.88 |
| Hex | CB | FC | C3 | 13 | 0 | 17 | 1 | 70 | 5A | 58 |
| Octal | 313 | 374 | 303 | 23 | 0 | 27 | 1 | 160 | 132 | 130 |
| Binary | 11001011 | 11111100 | 11000011 | 10011 | 0 | 10111 | 1 | 1110000 | 1011010 | 1011000 |
Color Harmonies of #CBFCC3
Complementary color
Monochromatic Colors of #CBFCC3
Black with #CBFCC3
Text Example
Text Example
White with #CBFCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFCC3; }
p { color: rgb(203,252,195); }
H1.HeaderClassName
{
color: #CBFCC3;
}
.AnyTagClassName
{
color: #CBFCC3;
}
</style>
background-color css
<style>
a { background-color: #CBFCC3; }
a { background-color: rgb(203,252,195); }
div.DivClassName
{
background-color: #CBFCC3;
}
.BgClassName
{
background-color: #CBFCC3;
}
</style>
border-color css
<style>
span { border-color: #CBFCC3; }
span { border-color: rgb(203,252,195); }
td.TdClassName
{
border-color: #CBFCC3;
}
.TagClassName
{
border-color: #CBFCC3;
}
</style>