Shades of Tea Green #CFF8B4
Tints of Tea Green #CFF8B4
RGB
CMYK
RGB Variations
Color information
#CFF8B4 (or 0xCFF8B4) is known color: Tea Green. HEX triplet: CF, F8 and B4. RGB value is (207,248,180). Sum of RGB (Red+Green+Blue) = 207+248+180=635 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.60% from 635); Green value is 248 (97.27% from 255 or 39.06% from 635); Blue value is 180 (70.70% from 255 or 28.35% from 635); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF8B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF8B4 is #30074B. Grayscale: #E4E4E4. Windows color (decimal): -3147596 or 11860175. OLE color: 11860175.
HSL color Cylindrical-coordinate representation of color #CFF8B4: hue angle of 96.18º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFF8B4 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 248 | 180 | - |
| CMYK | 0.17 | 0 | 0.27 | 0.03 |
| HSL | 96.18º | 0.83% | 0.84% | - |
| HSV(B) | 96.18º | 0.27% | 0.97% | - |
| XYZ | 67.54 | 83.7 | 55.78 | - |
| YUV | 227.99 | 100.92 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 248 | 180 | 0.17 | 0 | 0.27 | 0.03 | 96.18 | 0.83 | 0.84 |
| Hex | CF | F8 | B4 | 11 | 0 | 1B | 3 | 60 | 53 | 54 |
| Octal | 317 | 370 | 264 | 21 | 0 | 33 | 3 | 140 | 123 | 124 |
| Binary | 11001111 | 11111000 | 10110100 | 10001 | 0 | 11011 | 11 | 1100000 | 1010011 | 1010100 |
Color Harmonies of #CFF8B4
Complementary color
Monochromatic Colors of #CFF8B4
Black with #CFF8B4
Text Example
Text Example
White with #CFF8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF8B4; }
p { color: rgb(207,248,180); }
H1.HeaderClassName
{
color: #CFF8B4;
}
.AnyTagClassName
{
color: #CFF8B4;
}
</style>
background-color css
<style>
a { background-color: #CFF8B4; }
a { background-color: rgb(207,248,180); }
div.DivClassName
{
background-color: #CFF8B4;
}
.BgClassName
{
background-color: #CFF8B4;
}
</style>
border-color css
<style>
span { border-color: #CFF8B4; }
span { border-color: rgb(207,248,180); }
td.TdClassName
{
border-color: #CFF8B4;
}
.TagClassName
{
border-color: #CFF8B4;
}
</style>