Shades of Tea Green #CCFDB5
Tints of Tea Green #CCFDB5
RGB
CMYK
RGB Variations
Color information
#CCFDB5 (or 0xCCFDB5) is known color: Tea Green. HEX triplet: CC, FD and B5. RGB value is (204,253,181). Sum of RGB (Red+Green+Blue) = 204+253+181=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 253 (99.22% from 255 or 39.66% from 638); Blue value is 181 (71.09% from 255 or 28.37% from 638); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFDB5 is #33024A. Grayscale: #E6E6E6. Windows color (decimal): -3342923 or 11926988. OLE color: 11926988.
HSL color Cylindrical-coordinate representation of color #CCFDB5: hue angle of 100.83º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCFDB5 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 253 | 181 | - |
| CMYK | 0.19 | 0 | 0.28 | 0.01 |
| HSL | 100.83º | 0.95% | 0.85% | - |
| HSV(B) | 100.83º | 0.28% | 0.99% | - |
| XYZ | 68.37 | 86.42 | 56.79 | - |
| YUV | 230.14 | 100.27 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 253 | 181 | 0.19 | 0 | 0.28 | 0.01 | 100.83 | 0.95 | 0.85 |
| Hex | CC | FD | B5 | 13 | 0 | 1C | 1 | 65 | 5F | 55 |
| Octal | 314 | 375 | 265 | 23 | 0 | 34 | 1 | 145 | 137 | 125 |
| Binary | 11001100 | 11111101 | 10110101 | 10011 | 0 | 11100 | 1 | 1100101 | 1011111 | 1010101 |
Color Harmonies of #CCFDB5
Complementary color
Monochromatic Colors of #CCFDB5
Black with #CCFDB5
Text Example
Text Example
White with #CCFDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFDB5; }
p { color: rgb(204,253,181); }
H1.HeaderClassName
{
color: #CCFDB5;
}
.AnyTagClassName
{
color: #CCFDB5;
}
</style>
background-color css
<style>
a { background-color: #CCFDB5; }
a { background-color: rgb(204,253,181); }
div.DivClassName
{
background-color: #CCFDB5;
}
.BgClassName
{
background-color: #CCFDB5;
}
</style>
border-color css
<style>
span { border-color: #CCFDB5; }
span { border-color: rgb(204,253,181); }
td.TdClassName
{
border-color: #CCFDB5;
}
.TagClassName
{
border-color: #CCFDB5;
}
</style>