Shades of Tea Green #CBEFC3
Tints of Tea Green #CBEFC3
RGB
CMYK
RGB Variations
Color information
#CBEFC3 (or 0xCBEFC3) is known color: Tea Green. HEX triplet: CB, EF and C3. RGB value is (203,239,195). Sum of RGB (Red+Green+Blue) = 203+239+195=637 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.87% from 637); Green value is 239 (93.75% from 255 or 37.52% from 637); Blue value is 195 (76.56% from 255 or 30.61% from 637); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEFC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEFC3 is #34103C. Grayscale: #DFDFDF. Windows color (decimal): -3412029 or 12840907. OLE color: 12840907.
HSL color Cylindrical-coordinate representation of color #CBEFC3: hue angle of 109.09º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBEFC3 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 239 | 195 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.06 |
| HSL | 109.09º | 0.58% | 0.85% | - |
| HSV(B) | 109.09º | 0.18% | 0.94% | - |
| XYZ | 65.35 | 78.37 | 63.31 | - |
| YUV | 223.22 | 112.07 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 239 | 195 | 0.15 | 0 | 0.18 | 0.06 | 109.09 | 0.58 | 0.85 |
| Hex | CB | EF | C3 | F | 0 | 12 | 6 | 6D | 3A | 55 |
| Octal | 313 | 357 | 303 | 17 | 0 | 22 | 6 | 155 | 72 | 125 |
| Binary | 11001011 | 11101111 | 11000011 | 1111 | 0 | 10010 | 110 | 1101101 | 111010 | 1010101 |
Color Harmonies of #CBEFC3
Complementary color
Monochromatic Colors of #CBEFC3
Black with #CBEFC3
Text Example
Text Example
White with #CBEFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEFC3; }
p { color: rgb(203,239,195); }
H1.HeaderClassName
{
color: #CBEFC3;
}
.AnyTagClassName
{
color: #CBEFC3;
}
</style>
background-color css
<style>
a { background-color: #CBEFC3; }
a { background-color: rgb(203,239,195); }
div.DivClassName
{
background-color: #CBEFC3;
}
.BgClassName
{
background-color: #CBEFC3;
}
</style>
border-color css
<style>
span { border-color: #CBEFC3; }
span { border-color: rgb(203,239,195); }
td.TdClassName
{
border-color: #CBEFC3;
}
.TagClassName
{
border-color: #CBEFC3;
}
</style>