Shades of Tea Green #CBFEC2
Tints of Tea Green #CBFEC2
RGB
CMYK
RGB Variations
Color information
#CBFEC2 (or 0xCBFEC2) is known color: Tea Green. HEX triplet: CB, FE and C2. RGB value is (203,254,194). Sum of RGB (Red+Green+Blue) = 203+254+194=651 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.18% from 651); Green value is 254 (99.61% from 255 or 39.02% from 651); Blue value is 194 (76.17% from 255 or 29.80% from 651); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFEC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFEC2 is #34013D. Grayscale: #E8E8E8. Windows color (decimal): -3408190 or 12779211. OLE color: 12779211.
HSL color Cylindrical-coordinate representation of color #CBFEC2: hue angle of 111º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBFEC2 is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
RGB | 203 | 254 | 194 | - |
CMYK | 0.20 | 0 | 0.24 | 0.00 |
HSL | 111º | 0.97% | 0.88% | - |
HSV(B) | 111º | 0.24% | 1% | - |
XYZ | 69.81 | 87.48 | 64.24 | - |
YUV | 231.91 | 106.6 | 107.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 254 | 194 | 0.20 | 0 | 0.24 | 0.00 | 111 | 0.97 | 0.88 |
Hex | CB | FE | C2 | 14 | 0 | 18 | 0 | 6F | 61 | 58 |
Octal | 313 | 376 | 302 | 24 | 0 | 30 | 0 | 157 | 141 | 130 |
Binary | 11001011 | 11111110 | 11000010 | 10100 | 0 | 11000 | 0 | 1101111 | 1100001 | 1011000 |
Color Harmonies of #CBFEC2
Complementary color
Monochromatic Colors of #CBFEC2
Black with #CBFEC2
Text Example
Text Example
White with #CBFEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFEC2; }
p { color: rgb(203,254,194); }
H1.HeaderClassName
{
color: #CBFEC2;
}
.AnyTagClassName
{
color: #CBFEC2;
}
</style>
background-color css
<style>
a { background-color: #CBFEC2; }
a { background-color: rgb(203,254,194); }
div.DivClassName
{
background-color: #CBFEC2;
}
.BgClassName
{
background-color: #CBFEC2;
}
</style>
border-color css
<style>
span { border-color: #CBFEC2; }
span { border-color: rgb(203,254,194); }
td.TdClassName
{
border-color: #CBFEC2;
}
.TagClassName
{
border-color: #CBFEC2;
}
</style>