Shades of Tea Green #CBFDB8
Tints of Tea Green #CBFDB8
RGB
CMYK
RGB Variations
Color information
#CBFDB8 (or 0xCBFDB8) is known color: Tea Green. HEX triplet: CB, FD and B8. RGB value is (203,253,184). Sum of RGB (Red+Green+Blue) = 203+253+184=640 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.72% from 640); Green value is 253 (99.22% from 255 or 39.53% from 640); Blue value is 184 (72.27% from 255 or 28.75% from 640); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFDB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFDB8 is #340247. Grayscale: #E6E6E6. Windows color (decimal): -3408456 or 12123595. OLE color: 12123595.
HSL color Cylindrical-coordinate representation of color #CBFDB8: hue angle of 103.48º degrees, saturation: 0.95, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBFDB8 is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 253 | 184 | - |
| CMYK | 0.20 | 0 | 0.27 | 0.01 |
| HSL | 103.48º | 0.95% | 0.86% | - |
| HSV(B) | 103.48º | 0.27% | 0.99% | - |
| XYZ | 68.41 | 86.41 | 58.42 | - |
| YUV | 230.18 | 101.94 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 253 | 184 | 0.20 | 0 | 0.27 | 0.01 | 103.48 | 0.95 | 0.86 |
| Hex | CB | FD | B8 | 14 | 0 | 1B | 1 | 67 | 5F | 56 |
| Octal | 313 | 375 | 270 | 24 | 0 | 33 | 1 | 147 | 137 | 126 |
| Binary | 11001011 | 11111101 | 10111000 | 10100 | 0 | 11011 | 1 | 1100111 | 1011111 | 1010110 |
Color Harmonies of #CBFDB8
Complementary color
Monochromatic Colors of #CBFDB8
Black with #CBFDB8
Text Example
Text Example
White with #CBFDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFDB8; }
p { color: rgb(203,253,184); }
H1.HeaderClassName
{
color: #CBFDB8;
}
.AnyTagClassName
{
color: #CBFDB8;
}
</style>
background-color css
<style>
a { background-color: #CBFDB8; }
a { background-color: rgb(203,253,184); }
div.DivClassName
{
background-color: #CBFDB8;
}
.BgClassName
{
background-color: #CBFDB8;
}
</style>
border-color css
<style>
span { border-color: #CBFDB8; }
span { border-color: rgb(203,253,184); }
td.TdClassName
{
border-color: #CBFDB8;
}
.TagClassName
{
border-color: #CBFDB8;
}
</style>