Shades of Tea Green #CCF2B5
Tints of Tea Green #CCF2B5
RGB
CMYK
RGB Variations
Color information
#CCF2B5 (or 0xCCF2B5) is known color: Tea Green. HEX triplet: CC, F2 and B5. RGB value is (204,242,181). Sum of RGB (Red+Green+Blue) = 204+242+181=627 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.54% from 627); Green value is 242 (94.92% from 255 or 38.60% from 627); Blue value is 181 (71.09% from 255 or 28.87% from 627); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF2B5 is #330D4A. Grayscale: #DFDFDF. Windows color (decimal): -3345739 or 11924172. OLE color: 11924172.
HSL color Cylindrical-coordinate representation of color #CCF2B5: hue angle of 97.38º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCF2B5 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
RGB | 204 | 242 | 181 | - |
CMYK | 0.16 | 0 | 0.25 | 0.05 |
HSL | 97.38º | 0.7% | 0.83% | - |
HSV(B) | 97.38º | 0.25% | 0.95% | - |
XYZ | 64.99 | 79.68 | 55.67 | - |
YUV | 223.68 | 103.91 | 113.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 242 | 181 | 0.16 | 0 | 0.25 | 0.05 | 97.38 | 0.7 | 0.83 |
Hex | CC | F2 | B5 | 10 | 0 | 19 | 5 | 61 | 46 | 53 |
Octal | 314 | 362 | 265 | 20 | 0 | 31 | 5 | 141 | 106 | 123 |
Binary | 11001100 | 11110010 | 10110101 | 10000 | 0 | 11001 | 101 | 1100001 | 1000110 | 1010011 |
Color Harmonies of #CCF2B5
Complementary color
Monochromatic Colors of #CCF2B5
Black with #CCF2B5
Text Example
Text Example
White with #CCF2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF2B5; }
p { color: rgb(204,242,181); }
H1.HeaderClassName
{
color: #CCF2B5;
}
.AnyTagClassName
{
color: #CCF2B5;
}
</style>
background-color css
<style>
a { background-color: #CCF2B5; }
a { background-color: rgb(204,242,181); }
div.DivClassName
{
background-color: #CCF2B5;
}
.BgClassName
{
background-color: #CCF2B5;
}
</style>
border-color css
<style>
span { border-color: #CCF2B5; }
span { border-color: rgb(204,242,181); }
td.TdClassName
{
border-color: #CCF2B5;
}
.TagClassName
{
border-color: #CCF2B5;
}
</style>