Shades of Tea Green #CCFAAC
Tints of Tea Green #CCFAAC
RGB
CMYK
RGB Variations
Color information
#CCFAAC (or 0xCCFAAC) is known color: Tea Green. HEX triplet: CC, FA and AC. RGB value is (204,250,172). Sum of RGB (Red+Green+Blue) = 204+250+172=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 250 (98.05% from 255 or 39.94% from 626); Blue value is 172 (67.58% from 255 or 27.48% from 626); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFAAC is #330553. Grayscale: #E3E3E3. Windows color (decimal): -3343700 or 11336396. OLE color: 11336396.
HSL color Cylindrical-coordinate representation of color #CCFAAC: hue angle of 95.38º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCFAAC is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
RGB | 204 | 250 | 172 | - |
CMYK | 0.18 | 0 | 0.31 | 0.02 |
HSL | 95.38º | 0.89% | 0.83% | - |
HSV(B) | 95.38º | 0.31% | 0.98% | - |
XYZ | 66.53 | 84.19 | 51.77 | - |
YUV | 227.35 | 96.76 | 111.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 250 | 172 | 0.18 | 0 | 0.31 | 0.02 | 95.38 | 0.89 | 0.83 |
Hex | CC | FA | AC | 12 | 0 | 1F | 2 | 5F | 59 | 53 |
Octal | 314 | 372 | 254 | 22 | 0 | 37 | 2 | 137 | 131 | 123 |
Binary | 11001100 | 11111010 | 10101100 | 10010 | 0 | 11111 | 10 | 1011111 | 1011001 | 1010011 |
Color Harmonies of #CCFAAC
Complementary color
Monochromatic Colors of #CCFAAC
Black with #CCFAAC
Text Example
Text Example
White with #CCFAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFAAC; }
p { color: rgb(204,250,172); }
H1.HeaderClassName
{
color: #CCFAAC;
}
.AnyTagClassName
{
color: #CCFAAC;
}
</style>
background-color css
<style>
a { background-color: #CCFAAC; }
a { background-color: rgb(204,250,172); }
div.DivClassName
{
background-color: #CCFAAC;
}
.BgClassName
{
background-color: #CCFAAC;
}
</style>
border-color css
<style>
span { border-color: #CCFAAC; }
span { border-color: rgb(204,250,172); }
td.TdClassName
{
border-color: #CCFAAC;
}
.TagClassName
{
border-color: #CCFAAC;
}
</style>