Shades of Tea Green #CFF3B4
Tints of Tea Green #CFF3B4
RGB
CMYK
RGB Variations
Color information
#CFF3B4 (or 0xCFF3B4) is known color: Tea Green. HEX triplet: CF, F3 and B4. RGB value is (207,243,180). Sum of RGB (Red+Green+Blue) = 207+243+180=630 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.86% from 630); Green value is 243 (95.31% from 255 or 38.57% from 630); Blue value is 180 (70.70% from 255 or 28.57% from 630); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF3B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF3B4 is #300C4B. Grayscale: #E1E1E1. Windows color (decimal): -3148876 or 11858895. OLE color: 11858895.
HSL color Cylindrical-coordinate representation of color #CFF3B4: hue angle of 94.29º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFF3B4 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 180 | - |
| CMYK | 0.15 | 0 | 0.26 | 0.05 |
| HSL | 94.29º | 0.72% | 0.83% | - |
| HSV(B) | 94.29º | 0.26% | 0.95% | - |
| XYZ | 66.02 | 80.66 | 55.27 | - |
| YUV | 225.05 | 102.57 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 180 | 0.15 | 0 | 0.26 | 0.05 | 94.29 | 0.72 | 0.83 |
| Hex | CF | F3 | B4 | F | 0 | 1A | 5 | 5E | 48 | 53 |
| Octal | 317 | 363 | 264 | 17 | 0 | 32 | 5 | 136 | 110 | 123 |
| Binary | 11001111 | 11110011 | 10110100 | 1111 | 0 | 11010 | 101 | 1011110 | 1001000 | 1010011 |
Color Harmonies of #CFF3B4
Complementary color
Monochromatic Colors of #CFF3B4
Black with #CFF3B4
Text Example
Text Example
White with #CFF3B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF3B4; }
p { color: rgb(207,243,180); }
H1.HeaderClassName
{
color: #CFF3B4;
}
.AnyTagClassName
{
color: #CFF3B4;
}
</style>
background-color css
<style>
a { background-color: #CFF3B4; }
a { background-color: rgb(207,243,180); }
div.DivClassName
{
background-color: #CFF3B4;
}
.BgClassName
{
background-color: #CFF3B4;
}
</style>
border-color css
<style>
span { border-color: #CFF3B4; }
span { border-color: rgb(207,243,180); }
td.TdClassName
{
border-color: #CFF3B4;
}
.TagClassName
{
border-color: #CFF3B4;
}
</style>