Shades of Tea Green #CFFFB0
Tints of Tea Green #CFFFB0
RGB
CMYK
RGB Variations
Color information
#CFFFB0 (or 0xCFFFB0) is known color: Tea Green. HEX triplet: CF, FF and B0. RGB value is (207,255,176). Sum of RGB (Red+Green+Blue) = 207+255+176=638 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.45% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 176 (69.14% from 255 or 27.59% from 638); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFFB0 is #30004F. Grayscale: #E7E7E7. Windows color (decimal): -3145808 or 11599823. OLE color: 11599823.
HSL color Cylindrical-coordinate representation of color #CFFFB0: hue angle of 96.46º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFFFB0 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
RGB | 207 | 255 | 176 | - |
CMYK | 0.19 | 0 | 0.31 | 0 |
HSL | 96.46º | 1% | 0.85% | - |
HSV(B) | 96.46º | 0.31% | 1% | - |
XYZ | 69.33 | 87.92 | 54.39 | - |
YUV | 231.64 | 96.6 | 110.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 255 | 176 | 0.19 | 0 | 0.31 | 0 | 96.46 | 1 | 0.85 |
Hex | CF | FF | B0 | 13 | 0 | 1F | 0 | 60 | 64 | 55 |
Octal | 317 | 377 | 260 | 23 | 0 | 37 | 0 | 140 | 144 | 125 |
Binary | 11001111 | 11111111 | 10110000 | 10011 | 0 | 11111 | 0 | 1100000 | 1100100 | 1010101 |
Color Harmonies of #CFFFB0
Complementary color
Monochromatic Colors of #CFFFB0
Black with #CFFFB0
Text Example
Text Example
White with #CFFFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFFB0; }
p { color: rgb(207,255,176); }
H1.HeaderClassName
{
color: #CFFFB0;
}
.AnyTagClassName
{
color: #CFFFB0;
}
</style>
background-color css
<style>
a { background-color: #CFFFB0; }
a { background-color: rgb(207,255,176); }
div.DivClassName
{
background-color: #CFFFB0;
}
.BgClassName
{
background-color: #CFFFB0;
}
</style>
border-color css
<style>
span { border-color: #CFFFB0; }
span { border-color: rgb(207,255,176); }
td.TdClassName
{
border-color: #CFFFB0;
}
.TagClassName
{
border-color: #CFFFB0;
}
</style>