Shades of Tea Green #CBEFC2
Tints of Tea Green #CBEFC2
RGB
CMYK
RGB Variations
Color information
#CBEFC2 (or 0xCBEFC2) is known color: Tea Green. HEX triplet: CB, EF and C2. RGB value is (203,239,194). Sum of RGB (Red+Green+Blue) = 203+239+194=636 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.92% from 636); Green value is 239 (93.75% from 255 or 37.58% from 636); Blue value is 194 (76.17% from 255 or 30.50% from 636); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEFC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEFC2 is #34103D. Grayscale: #DFDFDF. Windows color (decimal): -3412030 or 12775371. OLE color: 12775371.
HSL color Cylindrical-coordinate representation of color #CBEFC2: hue angle of 108º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBEFC2 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 239 | 194 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.06 |
| HSL | 108º | 0.58% | 0.85% | - |
| HSV(B) | 108º | 0.19% | 0.94% | - |
| XYZ | 65.23 | 78.32 | 62.72 | - |
| YUV | 223.11 | 111.57 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 239 | 194 | 0.15 | 0 | 0.19 | 0.06 | 108 | 0.58 | 0.85 |
| Hex | CB | EF | C2 | F | 0 | 13 | 6 | 6C | 3A | 55 |
| Octal | 313 | 357 | 302 | 17 | 0 | 23 | 6 | 154 | 72 | 125 |
| Binary | 11001011 | 11101111 | 11000010 | 1111 | 0 | 10011 | 110 | 1101100 | 111010 | 1010101 |
Color Harmonies of #CBEFC2
Complementary color
Monochromatic Colors of #CBEFC2
Black with #CBEFC2
Text Example
Text Example
White with #CBEFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEFC2; }
p { color: rgb(203,239,194); }
H1.HeaderClassName
{
color: #CBEFC2;
}
.AnyTagClassName
{
color: #CBEFC2;
}
</style>
background-color css
<style>
a { background-color: #CBEFC2; }
a { background-color: rgb(203,239,194); }
div.DivClassName
{
background-color: #CBEFC2;
}
.BgClassName
{
background-color: #CBEFC2;
}
</style>
border-color css
<style>
span { border-color: #CBEFC2; }
span { border-color: rgb(203,239,194); }
td.TdClassName
{
border-color: #CBEFC2;
}
.TagClassName
{
border-color: #CBEFC2;
}
</style>