Shades of Tea Green #CCF9BE
Tints of Tea Green #CCF9BE
RGB
CMYK
RGB Variations
Color information
#CCF9BE (or 0xCCF9BE) is known color: Tea Green. HEX triplet: CC, F9 and BE. RGB value is (204,249,190). Sum of RGB (Red+Green+Blue) = 204+249+190=643 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.73% from 643); Green value is 249 (97.66% from 255 or 38.72% from 643); Blue value is 190 (74.61% from 255 or 29.55% from 643); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF9BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF9BE is #330641. Grayscale: #E5E5E5. Windows color (decimal): -3343938 or 12515788. OLE color: 12515788.
HSL color Cylindrical-coordinate representation of color #CCF9BE: hue angle of 105.76º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCF9BE is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
RGB | 204 | 249 | 190 | - |
CMYK | 0.18 | 0 | 0.24 | 0.02 |
HSL | 105.76º | 0.83% | 0.86% | - |
HSV(B) | 105.76º | 0.24% | 0.98% | - |
XYZ | 68.07 | 84.31 | 61.4 | - |
YUV | 228.82 | 106.09 | 110.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 249 | 190 | 0.18 | 0 | 0.24 | 0.02 | 105.76 | 0.83 | 0.86 |
Hex | CC | F9 | BE | 12 | 0 | 18 | 2 | 6A | 53 | 56 |
Octal | 314 | 371 | 276 | 22 | 0 | 30 | 2 | 152 | 123 | 126 |
Binary | 11001100 | 11111001 | 10111110 | 10010 | 0 | 11000 | 10 | 1101010 | 1010011 | 1010110 |
Color Harmonies of #CCF9BE
Complementary color
Monochromatic Colors of #CCF9BE
Black with #CCF9BE
Text Example
Text Example
White with #CCF9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF9BE; }
p { color: rgb(204,249,190); }
H1.HeaderClassName
{
color: #CCF9BE;
}
.AnyTagClassName
{
color: #CCF9BE;
}
</style>
background-color css
<style>
a { background-color: #CCF9BE; }
a { background-color: rgb(204,249,190); }
div.DivClassName
{
background-color: #CCF9BE;
}
.BgClassName
{
background-color: #CCF9BE;
}
</style>
border-color css
<style>
span { border-color: #CCF9BE; }
span { border-color: rgb(204,249,190); }
td.TdClassName
{
border-color: #CCF9BE;
}
.TagClassName
{
border-color: #CCF9BE;
}
</style>