Shades of Tea Green #CBFCC2
Tints of Tea Green #CBFCC2
RGB
CMYK
RGB Variations
Color information
#CBFCC2 (or 0xCBFCC2) is known color: Tea Green. HEX triplet: CB, FC and C2. RGB value is (203,252,194). Sum of RGB (Red+Green+Blue) = 203+252+194=649 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.28% from 649); Green value is 252 (98.83% from 255 or 38.83% from 649); Blue value is 194 (76.17% from 255 or 29.89% from 649); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFCC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFCC2 is #34033D. Grayscale: #E6E6E6. Windows color (decimal): -3408702 or 12778699. OLE color: 12778699.
HSL color Cylindrical-coordinate representation of color #CBFCC2: hue angle of 110.69º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBFCC2 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 252 | 194 | - |
| CMYK | 0.19 | 0 | 0.23 | 0.01 |
| HSL | 110.69º | 0.91% | 0.87% | - |
| HSV(B) | 110.69º | 0.23% | 0.99% | - |
| XYZ | 69.18 | 86.21 | 64.03 | - |
| YUV | 230.74 | 107.27 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 252 | 194 | 0.19 | 0 | 0.23 | 0.01 | 110.69 | 0.91 | 0.87 |
| Hex | CB | FC | C2 | 13 | 0 | 17 | 1 | 6F | 5B | 57 |
| Octal | 313 | 374 | 302 | 23 | 0 | 27 | 1 | 157 | 133 | 127 |
| Binary | 11001011 | 11111100 | 11000010 | 10011 | 0 | 10111 | 1 | 1101111 | 1011011 | 1010111 |
Color Harmonies of #CBFCC2
Complementary color
Monochromatic Colors of #CBFCC2
Black with #CBFCC2
Text Example
Text Example
White with #CBFCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFCC2; }
p { color: rgb(203,252,194); }
H1.HeaderClassName
{
color: #CBFCC2;
}
.AnyTagClassName
{
color: #CBFCC2;
}
</style>
background-color css
<style>
a { background-color: #CBFCC2; }
a { background-color: rgb(203,252,194); }
div.DivClassName
{
background-color: #CBFCC2;
}
.BgClassName
{
background-color: #CBFCC2;
}
</style>
border-color css
<style>
span { border-color: #CBFCC2; }
span { border-color: rgb(203,252,194); }
td.TdClassName
{
border-color: #CBFCC2;
}
.TagClassName
{
border-color: #CBFCC2;
}
</style>