Shades of Tea Green #CCFDB9
Tints of Tea Green #CCFDB9
RGB
CMYK
RGB Variations
Color information
#CCFDB9 (or 0xCCFDB9) is known color: Tea Green. HEX triplet: CC, FD and B9. RGB value is (204,253,185). Sum of RGB (Red+Green+Blue) = 204+253+185=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 253 (99.22% from 255 or 39.41% from 642); Blue value is 185 (72.66% from 255 or 28.82% from 642); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFDB9 is #330246. Grayscale: #E6E6E6. Windows color (decimal): -3342919 or 12189132. OLE color: 12189132.
HSL color Cylindrical-coordinate representation of color #CCFDB9: hue angle of 103.24º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCFDB9 is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 253 | 185 | - |
CMYK | 0.19 | 0 | 0.27 | 0.01 |
HSL | 103.24º | 0.94% | 0.86% | - |
HSV(B) | 103.24º | 0.27% | 0.99% | - |
XYZ | 68.78 | 86.59 | 58.99 | - |
YUV | 230.6 | 102.27 | 109.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 253 | 185 | 0.19 | 0 | 0.27 | 0.01 | 103.24 | 0.94 | 0.86 |
Hex | CC | FD | B9 | 13 | 0 | 1B | 1 | 67 | 5E | 56 |
Octal | 314 | 375 | 271 | 23 | 0 | 33 | 1 | 147 | 136 | 126 |
Binary | 11001100 | 11111101 | 10111001 | 10011 | 0 | 11011 | 1 | 1100111 | 1011110 | 1010110 |
Color Harmonies of #CCFDB9
Complementary color
Monochromatic Colors of #CCFDB9
Black with #CCFDB9
Text Example
Text Example
White with #CCFDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFDB9; }
p { color: rgb(204,253,185); }
H1.HeaderClassName
{
color: #CCFDB9;
}
.AnyTagClassName
{
color: #CCFDB9;
}
</style>
background-color css
<style>
a { background-color: #CCFDB9; }
a { background-color: rgb(204,253,185); }
div.DivClassName
{
background-color: #CCFDB9;
}
.BgClassName
{
background-color: #CCFDB9;
}
</style>
border-color css
<style>
span { border-color: #CCFDB9; }
span { border-color: rgb(204,253,185); }
td.TdClassName
{
border-color: #CCFDB9;
}
.TagClassName
{
border-color: #CCFDB9;
}
</style>