Shades of Tea Green #CDFBB6
Tints of Tea Green #CDFBB6
RGB
CMYK
RGB Variations
Color information
#CDFBB6 (or 0xCDFBB6) is known color: Tea Green. HEX triplet: CD, FB and B6. RGB value is (205,251,182). Sum of RGB (Red+Green+Blue) = 205+251+182=638 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.13% from 638); Green value is 251 (98.44% from 255 or 39.34% from 638); Blue value is 182 (71.48% from 255 or 28.53% from 638); Max value from RGB is 251 - color contains mainly: green. Hex color #CDFBB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFBB6 is #320449. Grayscale: #E5E5E5. Windows color (decimal): -3277898 or 11992013. OLE color: 11992013.
HSL color Cylindrical-coordinate representation of color #CDFBB6: hue angle of 100º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDFBB6 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 251 | 182 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.02 |
| HSL | 100º | 0.9% | 0.85% | - |
| HSV(B) | 100º | 0.27% | 0.98% | - |
| XYZ | 68.12 | 85.35 | 57.14 | - |
| YUV | 229.38 | 101.26 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 251 | 182 | 0.18 | 0 | 0.27 | 0.02 | 100 | 0.9 | 0.85 |
| Hex | CD | FB | B6 | 12 | 0 | 1B | 2 | 64 | 5A | 55 |
| Octal | 315 | 373 | 266 | 22 | 0 | 33 | 2 | 144 | 132 | 125 |
| Binary | 11001101 | 11111011 | 10110110 | 10010 | 0 | 11011 | 10 | 1100100 | 1011010 | 1010101 |
Color Harmonies of #CDFBB6
Complementary color
Monochromatic Colors of #CDFBB6
Black with #CDFBB6
Text Example
Text Example
White with #CDFBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFBB6; }
p { color: rgb(205,251,182); }
H1.HeaderClassName
{
color: #CDFBB6;
}
.AnyTagClassName
{
color: #CDFBB6;
}
</style>
background-color css
<style>
a { background-color: #CDFBB6; }
a { background-color: rgb(205,251,182); }
div.DivClassName
{
background-color: #CDFBB6;
}
.BgClassName
{
background-color: #CDFBB6;
}
</style>
border-color css
<style>
span { border-color: #CDFBB6; }
span { border-color: rgb(205,251,182); }
td.TdClassName
{
border-color: #CDFBB6;
}
.TagClassName
{
border-color: #CDFBB6;
}
</style>