Shades of Tea Green #CBFFBD
Tints of Tea Green #CBFFBD
RGB
CMYK
RGB Variations
Color information
#CBFFBD (or 0xCBFFBD) is known color: Tea Green. HEX triplet: CB, FF and BD. RGB value is (203,255,189). Sum of RGB (Red+Green+Blue) = 203+255+189=647 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.38% from 647); Green value is 255 (100% from 255 or 39.41% from 647); Blue value is 189 (74.22% from 255 or 29.21% from 647); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFFBD is #340042. Grayscale: #E8E8E8. Windows color (decimal): -3407939 or 12451787. OLE color: 12451787.
HSL color Cylindrical-coordinate representation of color #CBFFBD: hue angle of 107.27º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBFFBD is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 255 | 189 | - |
| CMYK | 0.20 | 0 | 0.26 | 0 |
| HSL | 107.27º | 1% | 0.87% | - |
| HSV(B) | 107.27º | 0.26% | 1% | - |
| XYZ | 69.57 | 87.89 | 61.44 | - |
| YUV | 231.93 | 103.77 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 255 | 189 | 0.20 | 0 | 0.26 | 0 | 107.27 | 1 | 0.87 |
| Hex | CB | FF | BD | 14 | 0 | 1A | 0 | 6B | 64 | 57 |
| Octal | 313 | 377 | 275 | 24 | 0 | 32 | 0 | 153 | 144 | 127 |
| Binary | 11001011 | 11111111 | 10111101 | 10100 | 0 | 11010 | 0 | 1101011 | 1100100 | 1010111 |
Color Harmonies of #CBFFBD
Complementary color
Monochromatic Colors of #CBFFBD
Black with #CBFFBD
Text Example
Text Example
White with #CBFFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFFBD; }
p { color: rgb(203,255,189); }
H1.HeaderClassName
{
color: #CBFFBD;
}
.AnyTagClassName
{
color: #CBFFBD;
}
</style>
background-color css
<style>
a { background-color: #CBFFBD; }
a { background-color: rgb(203,255,189); }
div.DivClassName
{
background-color: #CBFFBD;
}
.BgClassName
{
background-color: #CBFFBD;
}
</style>
border-color css
<style>
span { border-color: #CBFFBD; }
span { border-color: rgb(203,255,189); }
td.TdClassName
{
border-color: #CBFFBD;
}
.TagClassName
{
border-color: #CBFFBD;
}
</style>