Shades of Tea Green #CFF6B6
Tints of Tea Green #CFF6B6
RGB
CMYK
RGB Variations
Color information
#CFF6B6 (or 0xCFF6B6) is known color: Tea Green. HEX triplet: CF, F6 and B6. RGB value is (207,246,182). Sum of RGB (Red+Green+Blue) = 207+246+182=635 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.60% from 635); Green value is 246 (96.48% from 255 or 38.74% from 635); Blue value is 182 (71.48% from 255 or 28.66% from 635); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF6B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF6B6 is #300949. Grayscale: #E3E3E3. Windows color (decimal): -3148106 or 11990735. OLE color: 11990735.
HSL color Cylindrical-coordinate representation of color #CFF6B6: hue angle of 96.56º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFF6B6 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
RGB | 207 | 246 | 182 | - |
CMYK | 0.16 | 0 | 0.26 | 0.04 |
HSL | 96.56º | 0.78% | 0.84% | - |
HSV(B) | 96.56º | 0.26% | 0.96% | - |
XYZ | 67.13 | 82.55 | 56.65 | - |
YUV | 227.04 | 102.58 | 113.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 246 | 182 | 0.16 | 0 | 0.26 | 0.04 | 96.56 | 0.78 | 0.84 |
Hex | CF | F6 | B6 | 10 | 0 | 1A | 4 | 61 | 4E | 54 |
Octal | 317 | 366 | 266 | 20 | 0 | 32 | 4 | 141 | 116 | 124 |
Binary | 11001111 | 11110110 | 10110110 | 10000 | 0 | 11010 | 100 | 1100001 | 1001110 | 1010100 |
Color Harmonies of #CFF6B6
Complementary color
Monochromatic Colors of #CFF6B6
Black with #CFF6B6
Text Example
Text Example
White with #CFF6B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF6B6; }
p { color: rgb(207,246,182); }
H1.HeaderClassName
{
color: #CFF6B6;
}
.AnyTagClassName
{
color: #CFF6B6;
}
</style>
background-color css
<style>
a { background-color: #CFF6B6; }
a { background-color: rgb(207,246,182); }
div.DivClassName
{
background-color: #CFF6B6;
}
.BgClassName
{
background-color: #CFF6B6;
}
</style>
border-color css
<style>
span { border-color: #CFF6B6; }
span { border-color: rgb(207,246,182); }
td.TdClassName
{
border-color: #CFF6B6;
}
.TagClassName
{
border-color: #CFF6B6;
}
</style>