Shades of Tea Green #CCFDBD
Tints of Tea Green #CCFDBD
RGB
CMYK
RGB Variations
Color information
#CCFDBD (or 0xCCFDBD) is known color: Tea Green. HEX triplet: CC, FD and BD. RGB value is (204,253,189). Sum of RGB (Red+Green+Blue) = 204+253+189=646 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.58% from 646); Green value is 253 (99.22% from 255 or 39.16% from 646); Blue value is 189 (74.22% from 255 or 29.26% from 646); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFDBD is #330242. Grayscale: #E7E7E7. Windows color (decimal): -3342915 or 12451276. OLE color: 12451276.
HSL color Cylindrical-coordinate representation of color #CCFDBD: hue angle of 105.94º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCFDBD is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 253 | 189 | - |
CMYK | 0.19 | 0 | 0.25 | 0.01 |
HSL | 105.94º | 0.94% | 0.87% | - |
HSV(B) | 105.94º | 0.25% | 0.99% | - |
XYZ | 69.21 | 86.76 | 61.24 | - |
YUV | 231.05 | 104.27 | 108.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 253 | 189 | 0.19 | 0 | 0.25 | 0.01 | 105.94 | 0.94 | 0.87 |
Hex | CC | FD | BD | 13 | 0 | 19 | 1 | 6A | 5E | 57 |
Octal | 314 | 375 | 275 | 23 | 0 | 31 | 1 | 152 | 136 | 127 |
Binary | 11001100 | 11111101 | 10111101 | 10011 | 0 | 11001 | 1 | 1101010 | 1011110 | 1010111 |
Color Harmonies of #CCFDBD
Complementary color
Monochromatic Colors of #CCFDBD
Black with #CCFDBD
Text Example
Text Example
White with #CCFDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFDBD; }
p { color: rgb(204,253,189); }
H1.HeaderClassName
{
color: #CCFDBD;
}
.AnyTagClassName
{
color: #CCFDBD;
}
</style>
background-color css
<style>
a { background-color: #CCFDBD; }
a { background-color: rgb(204,253,189); }
div.DivClassName
{
background-color: #CCFDBD;
}
.BgClassName
{
background-color: #CCFDBD;
}
</style>
border-color css
<style>
span { border-color: #CCFDBD; }
span { border-color: rgb(204,253,189); }
td.TdClassName
{
border-color: #CCFDBD;
}
.TagClassName
{
border-color: #CCFDBD;
}
</style>