Shades of Tea Green #CBFFB2
Tints of Tea Green #CBFFB2
RGB
CMYK
RGB Variations
Color information
#CBFFB2 (or 0xCBFFB2) is known color: Tea Green. HEX triplet: CB, FF and B2. RGB value is (203,255,178). Sum of RGB (Red+Green+Blue) = 203+255+178=636 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.92% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 178 (69.92% from 255 or 27.99% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFFB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFFB2 is #34004D. Grayscale: #E6E6E6. Windows color (decimal): -3407950 or 11730891. OLE color: 11730891.
HSL color Cylindrical-coordinate representation of color #CBFFB2: hue angle of 100.52º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBFFB2 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 255 | 178 | - |
| CMYK | 0.20 | 0 | 0.30 | 0 |
| HSL | 100.52º | 1% | 0.85% | - |
| HSV(B) | 100.52º | 0.3% | 1% | - |
| XYZ | 68.42 | 87.43 | 55.39 | - |
| YUV | 230.67 | 98.27 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 255 | 178 | 0.20 | 0 | 0.30 | 0 | 100.52 | 1 | 0.85 |
| Hex | CB | FF | B2 | 14 | 0 | 1E | 0 | 65 | 64 | 55 |
| Octal | 313 | 377 | 262 | 24 | 0 | 36 | 0 | 145 | 144 | 125 |
| Binary | 11001011 | 11111111 | 10110010 | 10100 | 0 | 11110 | 0 | 1100101 | 1100100 | 1010101 |
Color Harmonies of #CBFFB2
Complementary color
Monochromatic Colors of #CBFFB2
Black with #CBFFB2
Text Example
Text Example
White with #CBFFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFFB2; }
p { color: rgb(203,255,178); }
H1.HeaderClassName
{
color: #CBFFB2;
}
.AnyTagClassName
{
color: #CBFFB2;
}
</style>
background-color css
<style>
a { background-color: #CBFFB2; }
a { background-color: rgb(203,255,178); }
div.DivClassName
{
background-color: #CBFFB2;
}
.BgClassName
{
background-color: #CBFFB2;
}
</style>
border-color css
<style>
span { border-color: #CBFFB2; }
span { border-color: rgb(203,255,178); }
td.TdClassName
{
border-color: #CBFFB2;
}
.TagClassName
{
border-color: #CBFFB2;
}
</style>