Shades of Tea Green #CFF9B2
Tints of Tea Green #CFF9B2
RGB
CMYK
RGB Variations
Color information
#CFF9B2 (or 0xCFF9B2) is known color: Tea Green. HEX triplet: CF, F9 and B2. RGB value is (207,249,178). Sum of RGB (Red+Green+Blue) = 207+249+178=634 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.65% from 634); Green value is 249 (97.66% from 255 or 39.27% from 634); Blue value is 178 (69.92% from 255 or 28.08% from 634); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF9B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF9B2 is #30064D. Grayscale: #E4E4E4. Windows color (decimal): -3147342 or 11729359. OLE color: 11729359.
HSL color Cylindrical-coordinate representation of color #CFF9B2: hue angle of 95.49º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFF9B2 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 178 | - |
| CMYK | 0.17 | 0 | 0.29 | 0.02 |
| HSL | 95.49º | 0.86% | 0.84% | - |
| HSV(B) | 95.49º | 0.29% | 0.98% | - |
| XYZ | 67.64 | 84.23 | 54.81 | - |
| YUV | 228.35 | 99.59 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 178 | 0.17 | 0 | 0.29 | 0.02 | 95.49 | 0.86 | 0.84 |
| Hex | CF | F9 | B2 | 11 | 0 | 1D | 2 | 5F | 56 | 54 |
| Octal | 317 | 371 | 262 | 21 | 0 | 35 | 2 | 137 | 126 | 124 |
| Binary | 11001111 | 11111001 | 10110010 | 10001 | 0 | 11101 | 10 | 1011111 | 1010110 | 1010100 |
Color Harmonies of #CFF9B2
Complementary color
Monochromatic Colors of #CFF9B2
Black with #CFF9B2
Text Example
Text Example
White with #CFF9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF9B2; }
p { color: rgb(207,249,178); }
H1.HeaderClassName
{
color: #CFF9B2;
}
.AnyTagClassName
{
color: #CFF9B2;
}
</style>
background-color css
<style>
a { background-color: #CFF9B2; }
a { background-color: rgb(207,249,178); }
div.DivClassName
{
background-color: #CFF9B2;
}
.BgClassName
{
background-color: #CFF9B2;
}
</style>
border-color css
<style>
span { border-color: #CFF9B2; }
span { border-color: rgb(207,249,178); }
td.TdClassName
{
border-color: #CFF9B2;
}
.TagClassName
{
border-color: #CFF9B2;
}
</style>