Shades of Tea Green #CCFDB1
Tints of Tea Green #CCFDB1
RGB
CMYK
RGB Variations
Color information
#CCFDB1 (or 0xCCFDB1) is known color: Tea Green. HEX triplet: CC, FD and B1. RGB value is (204,253,177). Sum of RGB (Red+Green+Blue) = 204+253+177=634 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.18% from 634); Green value is 253 (99.22% from 255 or 39.91% from 634); Blue value is 177 (69.53% from 255 or 27.92% from 634); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFDB1 is #33024E. Grayscale: #E5E5E5. Windows color (decimal): -3342927 or 11664844. OLE color: 11664844.
HSL color Cylindrical-coordinate representation of color #CCFDB1: hue angle of 98.68º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCFDB1 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 253 | 177 | - |
| CMYK | 0.19 | 0 | 0.30 | 0.01 |
| HSL | 98.68º | 0.95% | 0.84% | - |
| HSV(B) | 98.68º | 0.3% | 0.99% | - |
| XYZ | 67.96 | 86.26 | 54.66 | - |
| YUV | 229.69 | 98.27 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 253 | 177 | 0.19 | 0 | 0.30 | 0.01 | 98.68 | 0.95 | 0.84 |
| Hex | CC | FD | B1 | 13 | 0 | 1E | 1 | 63 | 5F | 54 |
| Octal | 314 | 375 | 261 | 23 | 0 | 36 | 1 | 143 | 137 | 124 |
| Binary | 11001100 | 11111101 | 10110001 | 10011 | 0 | 11110 | 1 | 1100011 | 1011111 | 1010100 |
Color Harmonies of #CCFDB1
Complementary color
Monochromatic Colors of #CCFDB1
Black with #CCFDB1
Text Example
Text Example
White with #CCFDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFDB1; }
p { color: rgb(204,253,177); }
H1.HeaderClassName
{
color: #CCFDB1;
}
.AnyTagClassName
{
color: #CCFDB1;
}
</style>
background-color css
<style>
a { background-color: #CCFDB1; }
a { background-color: rgb(204,253,177); }
div.DivClassName
{
background-color: #CCFDB1;
}
.BgClassName
{
background-color: #CCFDB1;
}
</style>
border-color css
<style>
span { border-color: #CCFDB1; }
span { border-color: rgb(204,253,177); }
td.TdClassName
{
border-color: #CCFDB1;
}
.TagClassName
{
border-color: #CCFDB1;
}
</style>