Shades of Tea Green #CCFDB6
Tints of Tea Green #CCFDB6
RGB
CMYK
RGB Variations
Color information
#CCFDB6 (or 0xCCFDB6) is known color: Tea Green. HEX triplet: CC, FD and B6. RGB value is (204,253,182). Sum of RGB (Red+Green+Blue) = 204+253+182=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 253 (99.22% from 255 or 39.59% from 639); Blue value is 182 (71.48% from 255 or 28.48% from 639); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFDB6 is #330249. Grayscale: #E6E6E6. Windows color (decimal): -3342922 or 11992524. OLE color: 11992524.
HSL color Cylindrical-coordinate representation of color #CCFDB6: hue angle of 101.41º 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 #CCFDB6 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 253 | 182 | - |
CMYK | 0.19 | 0 | 0.28 | 0.01 |
HSL | 101.41º | 0.95% | 0.85% | - |
HSV(B) | 101.41º | 0.28% | 0.99% | - |
XYZ | 68.47 | 86.47 | 57.34 | - |
YUV | 230.26 | 100.77 | 109.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 253 | 182 | 0.19 | 0 | 0.28 | 0.01 | 101.41 | 0.95 | 0.85 |
Hex | CC | FD | B6 | 13 | 0 | 1C | 1 | 65 | 5F | 55 |
Octal | 314 | 375 | 266 | 23 | 0 | 34 | 1 | 145 | 137 | 125 |
Binary | 11001100 | 11111101 | 10110110 | 10011 | 0 | 11100 | 1 | 1100101 | 1011111 | 1010101 |
Color Harmonies of #CCFDB6
Complementary color
Monochromatic Colors of #CCFDB6
Black with #CCFDB6
Text Example
Text Example
White with #CCFDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFDB6; }
p { color: rgb(204,253,182); }
H1.HeaderClassName
{
color: #CCFDB6;
}
.AnyTagClassName
{
color: #CCFDB6;
}
</style>
background-color css
<style>
a { background-color: #CCFDB6; }
a { background-color: rgb(204,253,182); }
div.DivClassName
{
background-color: #CCFDB6;
}
.BgClassName
{
background-color: #CCFDB6;
}
</style>
border-color css
<style>
span { border-color: #CCFDB6; }
span { border-color: rgb(204,253,182); }
td.TdClassName
{
border-color: #CCFDB6;
}
.TagClassName
{
border-color: #CCFDB6;
}
</style>