Shades of Tea Green #CCFFC1
Tints of Tea Green #CCFFC1
RGB
CMYK
RGB Variations
Color information
#CCFFC1 (or 0xCCFFC1) is known color: Tea Green. HEX triplet: CC, FF and C1. RGB value is (204,255,193). Sum of RGB (Red+Green+Blue) = 204+255+193=652 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.29% from 652); Green value is 255 (100% from 255 or 39.11% from 652); Blue value is 193 (75.78% from 255 or 29.60% from 652); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFFC1 is #33003E. Grayscale: #E8E8E8. Windows color (decimal): -3342399 or 12713932. OLE color: 12713932.
HSL color Cylindrical-coordinate representation of color #CCFFC1: hue angle of 109.35º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCFFC1 is Cyan = 0.2, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
RGB | 204 | 255 | 193 | - |
CMYK | 0.2 | 0 | 0.24 | 0 |
HSL | 109.35º | 1% | 0.88% | - |
HSV(B) | 109.35º | 0.24% | 1% | - |
XYZ | 70.29 | 88.21 | 63.77 | - |
YUV | 232.68 | 105.6 | 107.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 255 | 193 | 0.2 | 0 | 0.24 | 0 | 109.35 | 1 | 0.88 |
Hex | CC | FF | C1 | 14 | 0 | 18 | 0 | 6D | 64 | 58 |
Octal | 314 | 377 | 301 | 24 | 0 | 30 | 0 | 155 | 144 | 130 |
Binary | 11001100 | 11111111 | 11000001 | 10100 | 0 | 11000 | 0 | 1101101 | 1100100 | 1011000 |
Color Harmonies of #CCFFC1
Complementary color
Monochromatic Colors of #CCFFC1
Black with #CCFFC1
Text Example
Text Example
White with #CCFFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFFC1; }
p { color: rgb(204,255,193); }
H1.HeaderClassName
{
color: #CCFFC1;
}
.AnyTagClassName
{
color: #CCFFC1;
}
</style>
background-color css
<style>
a { background-color: #CCFFC1; }
a { background-color: rgb(204,255,193); }
div.DivClassName
{
background-color: #CCFFC1;
}
.BgClassName
{
background-color: #CCFFC1;
}
</style>
border-color css
<style>
span { border-color: #CCFFC1; }
span { border-color: rgb(204,255,193); }
td.TdClassName
{
border-color: #CCFFC1;
}
.TagClassName
{
border-color: #CCFFC1;
}
</style>