Shades of Tea Green #CCFDB7
Tints of Tea Green #CCFDB7
RGB
CMYK
RGB Variations
Color information
#CCFDB7 (or 0xCCFDB7) is known color: Tea Green. HEX triplet: CC, FD and B7. RGB value is (204,253,183). Sum of RGB (Red+Green+Blue) = 204+253+183=640 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.88% from 640); Green value is 253 (99.22% from 255 or 39.53% from 640); Blue value is 183 (71.88% from 255 or 28.59% from 640); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFDB7 is #330248. Grayscale: #E6E6E6. Windows color (decimal): -3342921 or 12058060. OLE color: 12058060.
HSL color Cylindrical-coordinate representation of color #CCFDB7: hue angle of 102º 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 #CCFDB7 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 253 | 183 | - |
CMYK | 0.19 | 0 | 0.28 | 0.01 |
HSL | 102º | 0.95% | 0.85% | - |
HSV(B) | 102º | 0.28% | 0.99% | - |
XYZ | 68.57 | 86.51 | 57.88 | - |
YUV | 230.37 | 101.27 | 109.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 253 | 183 | 0.19 | 0 | 0.28 | 0.01 | 102 | 0.95 | 0.85 |
Hex | CC | FD | B7 | 13 | 0 | 1C | 1 | 66 | 5F | 55 |
Octal | 314 | 375 | 267 | 23 | 0 | 34 | 1 | 146 | 137 | 125 |
Binary | 11001100 | 11111101 | 10110111 | 10011 | 0 | 11100 | 1 | 1100110 | 1011111 | 1010101 |
Color Harmonies of #CCFDB7
Complementary color
Monochromatic Colors of #CCFDB7
Black with #CCFDB7
Text Example
Text Example
White with #CCFDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFDB7; }
p { color: rgb(204,253,183); }
H1.HeaderClassName
{
color: #CCFDB7;
}
.AnyTagClassName
{
color: #CCFDB7;
}
</style>
background-color css
<style>
a { background-color: #CCFDB7; }
a { background-color: rgb(204,253,183); }
div.DivClassName
{
background-color: #CCFDB7;
}
.BgClassName
{
background-color: #CCFDB7;
}
</style>
border-color css
<style>
span { border-color: #CCFDB7; }
span { border-color: rgb(204,253,183); }
td.TdClassName
{
border-color: #CCFDB7;
}
.TagClassName
{
border-color: #CCFDB7;
}
</style>