Shades of Tea Green #CBE6C3
Tints of Tea Green #CBE6C3
RGB
CMYK
RGB Variations
Color information
#CBE6C3 (or 0xCBE6C3) is known color: Tea Green. HEX triplet: CB, E6 and C3. RGB value is (203,230,195). Sum of RGB (Red+Green+Blue) = 203+230+195=628 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.32% from 628); Green value is 230 (90.23% from 255 or 36.62% from 628); Blue value is 195 (76.56% from 255 or 31.05% from 628); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE6C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE6C3 is #34193C. Grayscale: #DADADA. Windows color (decimal): -3414333 or 12838603. OLE color: 12838603.
HSL color Cylindrical-coordinate representation of color #CBE6C3: hue angle of 106.29º degrees, saturation: 0.41, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBE6C3 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 195 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.10 |
| HSL | 106.29º | 0.41% | 0.83% | - |
| HSV(B) | 106.29º | 0.15% | 0.9% | - |
| XYZ | 62.78 | 73.23 | 62.46 | - |
| YUV | 217.94 | 115.05 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 195 | 0.12 | 0 | 0.15 | 0.10 | 106.29 | 0.41 | 0.83 |
| Hex | CB | E6 | C3 | C | 0 | F | A | 6A | 29 | 53 |
| Octal | 313 | 346 | 303 | 14 | 0 | 17 | 12 | 152 | 51 | 123 |
| Binary | 11001011 | 11100110 | 11000011 | 1100 | 0 | 1111 | 1010 | 1101010 | 101001 | 1010011 |
Color Harmonies of #CBE6C3
Complementary color
Monochromatic Colors of #CBE6C3
Black with #CBE6C3
Text Example
Text Example
White with #CBE6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE6C3; }
p { color: rgb(203,230,195); }
H1.HeaderClassName
{
color: #CBE6C3;
}
.AnyTagClassName
{
color: #CBE6C3;
}
</style>
background-color css
<style>
a { background-color: #CBE6C3; }
a { background-color: rgb(203,230,195); }
div.DivClassName
{
background-color: #CBE6C3;
}
.BgClassName
{
background-color: #CBE6C3;
}
</style>
border-color css
<style>
span { border-color: #CBE6C3; }
span { border-color: rgb(203,230,195); }
td.TdClassName
{
border-color: #CBE6C3;
}
.TagClassName
{
border-color: #CBE6C3;
}
</style>