Shades of Tea Green #CDFBB0
Tints of Tea Green #CDFBB0
RGB
CMYK
RGB Variations
Color information
#CDFBB0 (or 0xCDFBB0) is known color: Tea Green. HEX triplet: CD, FB and B0. RGB value is (205,251,176). Sum of RGB (Red+Green+Blue) = 205+251+176=632 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.44% from 632); Green value is 251 (98.44% from 255 or 39.72% from 632); Blue value is 176 (69.14% from 255 or 27.85% from 632); Max value from RGB is 251 - color contains mainly: green. Hex color #CDFBB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFBB0 is #32044F. Grayscale: #E4E4E4. Windows color (decimal): -3277904 or 11598797. OLE color: 11598797.
HSL color Cylindrical-coordinate representation of color #CDFBB0: hue angle of 96.8º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDFBB0 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 251 | 176 | - |
| CMYK | 0.18 | 0 | 0.30 | 0.02 |
| HSL | 96.8º | 0.9% | 0.84% | - |
| HSV(B) | 96.8º | 0.3% | 0.98% | - |
| XYZ | 67.51 | 85.11 | 53.94 | - |
| YUV | 228.7 | 98.26 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 251 | 176 | 0.18 | 0 | 0.30 | 0.02 | 96.8 | 0.9 | 0.84 |
| Hex | CD | FB | B0 | 12 | 0 | 1E | 2 | 61 | 5A | 54 |
| Octal | 315 | 373 | 260 | 22 | 0 | 36 | 2 | 141 | 132 | 124 |
| Binary | 11001101 | 11111011 | 10110000 | 10010 | 0 | 11110 | 10 | 1100001 | 1011010 | 1010100 |
Color Harmonies of #CDFBB0
Complementary color
Monochromatic Colors of #CDFBB0
Black with #CDFBB0
Text Example
Text Example
White with #CDFBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFBB0; }
p { color: rgb(205,251,176); }
H1.HeaderClassName
{
color: #CDFBB0;
}
.AnyTagClassName
{
color: #CDFBB0;
}
</style>
background-color css
<style>
a { background-color: #CDFBB0; }
a { background-color: rgb(205,251,176); }
div.DivClassName
{
background-color: #CDFBB0;
}
.BgClassName
{
background-color: #CDFBB0;
}
</style>
border-color css
<style>
span { border-color: #CDFBB0; }
span { border-color: rgb(205,251,176); }
td.TdClassName
{
border-color: #CDFBB0;
}
.TagClassName
{
border-color: #CDFBB0;
}
</style>