Shades of Tea Green #CDFBBC
Tints of Tea Green #CDFBBC
RGB
CMYK
RGB Variations
Color information
#CDFBBC (or 0xCDFBBC) is known color: Tea Green. HEX triplet: CD, FB and BC. RGB value is (205,251,188). Sum of RGB (Red+Green+Blue) = 205+251+188=644 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.83% from 644); Green value is 251 (98.44% from 255 or 38.98% from 644); Blue value is 188 (73.83% from 255 or 29.19% from 644); Max value from RGB is 251 - color contains mainly: green. Hex color #CDFBBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFBBC is #320443. Grayscale: #E6E6E6. Windows color (decimal): -3277892 or 12385229. OLE color: 12385229.
HSL color Cylindrical-coordinate representation of color #CDFBBC: hue angle of 103.81º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDFBBC is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 251 | 188 | - |
| CMYK | 0.18 | 0 | 0.25 | 0.02 |
| HSL | 103.81º | 0.89% | 0.86% | - |
| HSV(B) | 103.81º | 0.25% | 0.98% | - |
| XYZ | 68.75 | 85.6 | 60.48 | - |
| YUV | 230.06 | 104.26 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 251 | 188 | 0.18 | 0 | 0.25 | 0.02 | 103.81 | 0.89 | 0.86 |
| Hex | CD | FB | BC | 12 | 0 | 19 | 2 | 68 | 59 | 56 |
| Octal | 315 | 373 | 274 | 22 | 0 | 31 | 2 | 150 | 131 | 126 |
| Binary | 11001101 | 11111011 | 10111100 | 10010 | 0 | 11001 | 10 | 1101000 | 1011001 | 1010110 |
Color Harmonies of #CDFBBC
Complementary color
Monochromatic Colors of #CDFBBC
Black with #CDFBBC
Text Example
Text Example
White with #CDFBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFBBC; }
p { color: rgb(205,251,188); }
H1.HeaderClassName
{
color: #CDFBBC;
}
.AnyTagClassName
{
color: #CDFBBC;
}
</style>
background-color css
<style>
a { background-color: #CDFBBC; }
a { background-color: rgb(205,251,188); }
div.DivClassName
{
background-color: #CDFBBC;
}
.BgClassName
{
background-color: #CDFBBC;
}
</style>
border-color css
<style>
span { border-color: #CDFBBC; }
span { border-color: rgb(205,251,188); }
td.TdClassName
{
border-color: #CDFBBC;
}
.TagClassName
{
border-color: #CDFBBC;
}
</style>