Shades of Tea Green #CCFDB3
Tints of Tea Green #CCFDB3
RGB
CMYK
RGB Variations
Color information
#CCFDB3 (or 0xCCFDB3) is known color: Tea Green. HEX triplet: CC, FD and B3. RGB value is (204,253,179). Sum of RGB (Red+Green+Blue) = 204+253+179=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 253 (99.22% from 255 or 39.78% from 636); Blue value is 179 (70.31% from 255 or 28.14% from 636); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFDB3 is #33024C. Grayscale: #E6E6E6. Windows color (decimal): -3342925 or 11795916. OLE color: 11795916.
HSL color Cylindrical-coordinate representation of color #CCFDB3: hue angle of 99.73º 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 #CCFDB3 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 253 | 179 | - |
| CMYK | 0.19 | 0 | 0.29 | 0.01 |
| HSL | 99.73º | 0.95% | 0.85% | - |
| HSV(B) | 99.73º | 0.29% | 0.99% | - |
| XYZ | 68.16 | 86.34 | 55.72 | - |
| YUV | 229.91 | 99.27 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 253 | 179 | 0.19 | 0 | 0.29 | 0.01 | 99.73 | 0.95 | 0.85 |
| Hex | CC | FD | B3 | 13 | 0 | 1D | 1 | 64 | 5F | 55 |
| Octal | 314 | 375 | 263 | 23 | 0 | 35 | 1 | 144 | 137 | 125 |
| Binary | 11001100 | 11111101 | 10110011 | 10011 | 0 | 11101 | 1 | 1100100 | 1011111 | 1010101 |
Color Harmonies of #CCFDB3
Complementary color
Monochromatic Colors of #CCFDB3
Black with #CCFDB3
Text Example
Text Example
White with #CCFDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFDB3; }
p { color: rgb(204,253,179); }
H1.HeaderClassName
{
color: #CCFDB3;
}
.AnyTagClassName
{
color: #CCFDB3;
}
</style>
background-color css
<style>
a { background-color: #CCFDB3; }
a { background-color: rgb(204,253,179); }
div.DivClassName
{
background-color: #CCFDB3;
}
.BgClassName
{
background-color: #CCFDB3;
}
</style>
border-color css
<style>
span { border-color: #CCFDB3; }
span { border-color: rgb(204,253,179); }
td.TdClassName
{
border-color: #CCFDB3;
}
.TagClassName
{
border-color: #CCFDB3;
}
</style>