Shades of Tea Green #CFF8B5
Tints of Tea Green #CFF8B5
RGB
CMYK
RGB Variations
Color information
#CFF8B5 (or 0xCFF8B5) is known color: Tea Green. HEX triplet: CF, F8 and B5. RGB value is (207,248,181). Sum of RGB (Red+Green+Blue) = 207+248+181=636 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.55% from 636); Green value is 248 (97.27% from 255 or 38.99% from 636); Blue value is 181 (71.09% from 255 or 28.46% from 636); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF8B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF8B5 is #30074A. Grayscale: #E4E4E4. Windows color (decimal): -3147595 or 11925711. OLE color: 11925711.
HSL color Cylindrical-coordinate representation of color #CFF8B5: hue angle of 96.72º 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 #CFF8B5 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 248 | 181 | - |
| CMYK | 0.17 | 0 | 0.27 | 0.03 |
| HSL | 96.72º | 0.83% | 0.84% | - |
| HSV(B) | 96.72º | 0.27% | 0.97% | - |
| XYZ | 67.64 | 83.74 | 56.31 | - |
| YUV | 228.1 | 101.42 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 248 | 181 | 0.17 | 0 | 0.27 | 0.03 | 96.72 | 0.83 | 0.84 |
| Hex | CF | F8 | B5 | 11 | 0 | 1B | 3 | 61 | 53 | 54 |
| Octal | 317 | 370 | 265 | 21 | 0 | 33 | 3 | 141 | 123 | 124 |
| Binary | 11001111 | 11111000 | 10110101 | 10001 | 0 | 11011 | 11 | 1100001 | 1010011 | 1010100 |
Color Harmonies of #CFF8B5
Complementary color
Monochromatic Colors of #CFF8B5
Black with #CFF8B5
Text Example
Text Example
White with #CFF8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF8B5; }
p { color: rgb(207,248,181); }
H1.HeaderClassName
{
color: #CFF8B5;
}
.AnyTagClassName
{
color: #CFF8B5;
}
</style>
background-color css
<style>
a { background-color: #CFF8B5; }
a { background-color: rgb(207,248,181); }
div.DivClassName
{
background-color: #CFF8B5;
}
.BgClassName
{
background-color: #CFF8B5;
}
</style>
border-color css
<style>
span { border-color: #CFF8B5; }
span { border-color: rgb(207,248,181); }
td.TdClassName
{
border-color: #CFF8B5;
}
.TagClassName
{
border-color: #CFF8B5;
}
</style>