Shades of Tea Green #CFF8B3
Tints of Tea Green #CFF8B3
RGB
CMYK
RGB Variations
Color information
#CFF8B3 (or 0xCFF8B3) is known color: Tea Green. HEX triplet: CF, F8 and B3. RGB value is (207,248,179). Sum of RGB (Red+Green+Blue) = 207+248+179=634 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.65% from 634); Green value is 248 (97.27% from 255 or 39.12% from 634); Blue value is 179 (70.31% from 255 or 28.23% from 634); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF8B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF8B3 is #30074C. Grayscale: #E4E4E4. Windows color (decimal): -3147597 or 11794639. OLE color: 11794639.
HSL color Cylindrical-coordinate representation of color #CFF8B3: hue angle of 95.65º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFF8B3 is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 248 | 179 | - |
| CMYK | 0.17 | 0 | 0.28 | 0.03 |
| HSL | 95.65º | 0.83% | 0.84% | - |
| HSV(B) | 95.65º | 0.28% | 0.97% | - |
| XYZ | 67.44 | 83.65 | 55.24 | - |
| YUV | 227.88 | 100.42 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 248 | 179 | 0.17 | 0 | 0.28 | 0.03 | 95.65 | 0.83 | 0.84 |
| Hex | CF | F8 | B3 | 11 | 0 | 1C | 3 | 60 | 53 | 54 |
| Octal | 317 | 370 | 263 | 21 | 0 | 34 | 3 | 140 | 123 | 124 |
| Binary | 11001111 | 11111000 | 10110011 | 10001 | 0 | 11100 | 11 | 1100000 | 1010011 | 1010100 |
Color Harmonies of #CFF8B3
Complementary color
Monochromatic Colors of #CFF8B3
Black with #CFF8B3
Text Example
Text Example
White with #CFF8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF8B3; }
p { color: rgb(207,248,179); }
H1.HeaderClassName
{
color: #CFF8B3;
}
.AnyTagClassName
{
color: #CFF8B3;
}
</style>
background-color css
<style>
a { background-color: #CFF8B3; }
a { background-color: rgb(207,248,179); }
div.DivClassName
{
background-color: #CFF8B3;
}
.BgClassName
{
background-color: #CFF8B3;
}
</style>
border-color css
<style>
span { border-color: #CFF8B3; }
span { border-color: rgb(207,248,179); }
td.TdClassName
{
border-color: #CFF8B3;
}
.TagClassName
{
border-color: #CFF8B3;
}
</style>