Shades of Tea Green #CBEFC4
Tints of Tea Green #CBEFC4
RGB
CMYK
RGB Variations
Color information
#CBEFC4 (or 0xCBEFC4) is known color: Tea Green. HEX triplet: CB, EF and C4. RGB value is (203,239,196). Sum of RGB (Red+Green+Blue) = 203+239+196=638 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.82% from 638); Green value is 239 (93.75% from 255 or 37.46% from 638); Blue value is 196 (76.95% from 255 or 30.72% from 638); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEFC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEFC4 is #34103B. Grayscale: #DFDFDF. Windows color (decimal): -3412028 or 12906443. OLE color: 12906443.
HSL color Cylindrical-coordinate representation of color #CBEFC4: hue angle of 110.23º degrees, saturation: 0.57, 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 #CBEFC4 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 239 | 196 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.06 |
| HSL | 110.23º | 0.57% | 0.85% | - |
| HSV(B) | 110.23º | 0.18% | 0.94% | - |
| XYZ | 65.46 | 78.42 | 63.91 | - |
| YUV | 223.33 | 112.57 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 239 | 196 | 0.15 | 0 | 0.18 | 0.06 | 110.23 | 0.57 | 0.85 |
| Hex | CB | EF | C4 | F | 0 | 12 | 6 | 6E | 39 | 55 |
| Octal | 313 | 357 | 304 | 17 | 0 | 22 | 6 | 156 | 71 | 125 |
| Binary | 11001011 | 11101111 | 11000100 | 1111 | 0 | 10010 | 110 | 1101110 | 111001 | 1010101 |
Color Harmonies of #CBEFC4
Complementary color
Monochromatic Colors of #CBEFC4
Black with #CBEFC4
Text Example
Text Example
White with #CBEFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEFC4; }
p { color: rgb(203,239,196); }
H1.HeaderClassName
{
color: #CBEFC4;
}
.AnyTagClassName
{
color: #CBEFC4;
}
</style>
background-color css
<style>
a { background-color: #CBEFC4; }
a { background-color: rgb(203,239,196); }
div.DivClassName
{
background-color: #CBEFC4;
}
.BgClassName
{
background-color: #CBEFC4;
}
</style>
border-color css
<style>
span { border-color: #CBEFC4; }
span { border-color: rgb(203,239,196); }
td.TdClassName
{
border-color: #CBEFC4;
}
.TagClassName
{
border-color: #CBEFC4;
}
</style>