Shades of Tea Green #CBF7C2
Tints of Tea Green #CBF7C2
RGB
CMYK
RGB Variations
Color information
#CBF7C2 (or 0xCBF7C2) is known color: Tea Green. HEX triplet: CB, F7 and C2. RGB value is (203,247,194). Sum of RGB (Red+Green+Blue) = 203+247+194=644 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.52% from 644); Green value is 247 (96.88% from 255 or 38.35% from 644); Blue value is 194 (76.17% from 255 or 30.12% from 644); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF7C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF7C2 is #34083D. Grayscale: #E3E3E3. Windows color (decimal): -3409982 or 12777419. OLE color: 12777419.
HSL color Cylindrical-coordinate representation of color #CBF7C2: hue angle of 109.81º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBF7C2 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 247 | 194 | - |
| CMYK | 0.18 | 0 | 0.21 | 0.03 |
| HSL | 109.81º | 0.77% | 0.86% | - |
| HSV(B) | 109.81º | 0.21% | 0.97% | - |
| XYZ | 67.63 | 83.11 | 63.52 | - |
| YUV | 227.8 | 108.92 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 247 | 194 | 0.18 | 0 | 0.21 | 0.03 | 109.81 | 0.77 | 0.86 |
| Hex | CB | F7 | C2 | 12 | 0 | 15 | 3 | 6E | 4D | 56 |
| Octal | 313 | 367 | 302 | 22 | 0 | 25 | 3 | 156 | 115 | 126 |
| Binary | 11001011 | 11110111 | 11000010 | 10010 | 0 | 10101 | 11 | 1101110 | 1001101 | 1010110 |
Color Harmonies of #CBF7C2
Complementary color
Monochromatic Colors of #CBF7C2
Black with #CBF7C2
Text Example
Text Example
White with #CBF7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF7C2; }
p { color: rgb(203,247,194); }
H1.HeaderClassName
{
color: #CBF7C2;
}
.AnyTagClassName
{
color: #CBF7C2;
}
</style>
background-color css
<style>
a { background-color: #CBF7C2; }
a { background-color: rgb(203,247,194); }
div.DivClassName
{
background-color: #CBF7C2;
}
.BgClassName
{
background-color: #CBF7C2;
}
</style>
border-color css
<style>
span { border-color: #CBF7C2; }
span { border-color: rgb(203,247,194); }
td.TdClassName
{
border-color: #CBF7C2;
}
.TagClassName
{
border-color: #CBF7C2;
}
</style>