Shades of Tea Green #CCFDB4
Tints of Tea Green #CCFDB4
RGB
CMYK
RGB Variations
Color information
#CCFDB4 (or 0xCCFDB4) is known color: Tea Green. HEX triplet: CC, FD and B4. RGB value is (204,253,180). Sum of RGB (Red+Green+Blue) = 204+253+180=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 253 (99.22% from 255 or 39.72% from 637); Blue value is 180 (70.70% from 255 or 28.26% from 637); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFDB4 is #33024B. Grayscale: #E6E6E6. Windows color (decimal): -3342924 or 11861452. OLE color: 11861452.
HSL color Cylindrical-coordinate representation of color #CCFDB4: hue angle of 100.27º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCFDB4 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 253 | 180 | - |
| CMYK | 0.19 | 0 | 0.29 | 0.01 |
| HSL | 100.27º | 0.95% | 0.85% | - |
| HSV(B) | 100.27º | 0.29% | 0.99% | - |
| XYZ | 68.27 | 86.38 | 56.26 | - |
| YUV | 230.03 | 99.77 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 253 | 180 | 0.19 | 0 | 0.29 | 0.01 | 100.27 | 0.95 | 0.85 |
| Hex | CC | FD | B4 | 13 | 0 | 1D | 1 | 64 | 5F | 55 |
| Octal | 314 | 375 | 264 | 23 | 0 | 35 | 1 | 144 | 137 | 125 |
| Binary | 11001100 | 11111101 | 10110100 | 10011 | 0 | 11101 | 1 | 1100100 | 1011111 | 1010101 |
Color Harmonies of #CCFDB4
Complementary color
Monochromatic Colors of #CCFDB4
Black with #CCFDB4
Text Example
Text Example
White with #CCFDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFDB4; }
p { color: rgb(204,253,180); }
H1.HeaderClassName
{
color: #CCFDB4;
}
.AnyTagClassName
{
color: #CCFDB4;
}
</style>
background-color css
<style>
a { background-color: #CCFDB4; }
a { background-color: rgb(204,253,180); }
div.DivClassName
{
background-color: #CCFDB4;
}
.BgClassName
{
background-color: #CCFDB4;
}
</style>
border-color css
<style>
span { border-color: #CCFDB4; }
span { border-color: rgb(204,253,180); }
td.TdClassName
{
border-color: #CCFDB4;
}
.TagClassName
{
border-color: #CCFDB4;
}
</style>