Shades of Tea Green #CCFDAC
Tints of Tea Green #CCFDAC
RGB
CMYK
RGB Variations
Color information
#CCFDAC (or 0xCCFDAC) is known color: Tea Green. HEX triplet: CC, FD and AC. RGB value is (204,253,172). Sum of RGB (Red+Green+Blue) = 204+253+172=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 253 (99.22% from 255 or 40.22% from 629); Blue value is 172 (67.58% from 255 or 27.34% from 629); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFDAC is #330253. Grayscale: #E5E5E5. Windows color (decimal): -3342932 or 11337164. OLE color: 11337164.
HSL color Cylindrical-coordinate representation of color #CCFDAC: hue angle of 96.3º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCFDAC is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 253 | 172 | - |
CMYK | 0.19 | 0 | 0.32 | 0.01 |
HSL | 96.3º | 0.95% | 0.83% | - |
HSV(B) | 96.3º | 0.32% | 0.99% | - |
XYZ | 67.47 | 86.07 | 52.09 | - |
YUV | 229.12 | 95.77 | 110.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 253 | 172 | 0.19 | 0 | 0.32 | 0.01 | 96.3 | 0.95 | 0.83 |
Hex | CC | FD | AC | 13 | 0 | 20 | 1 | 60 | 5F | 53 |
Octal | 314 | 375 | 254 | 23 | 0 | 40 | 1 | 140 | 137 | 123 |
Binary | 11001100 | 11111101 | 10101100 | 10011 | 0 | 100000 | 1 | 1100000 | 1011111 | 1010011 |
Color Harmonies of #CCFDAC
Complementary color
Monochromatic Colors of #CCFDAC
Black with #CCFDAC
Text Example
Text Example
White with #CCFDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFDAC; }
p { color: rgb(204,253,172); }
H1.HeaderClassName
{
color: #CCFDAC;
}
.AnyTagClassName
{
color: #CCFDAC;
}
</style>
background-color css
<style>
a { background-color: #CCFDAC; }
a { background-color: rgb(204,253,172); }
div.DivClassName
{
background-color: #CCFDAC;
}
.BgClassName
{
background-color: #CCFDAC;
}
</style>
border-color css
<style>
span { border-color: #CCFDAC; }
span { border-color: rgb(204,253,172); }
td.TdClassName
{
border-color: #CCFDAC;
}
.TagClassName
{
border-color: #CCFDAC;
}
</style>