Shades of Tea Green #CBF6AF
Tints of Tea Green #CBF6AF
RGB
CMYK
RGB Variations
Color information
#CBF6AF (or 0xCBF6AF) is known color: Tea Green. HEX triplet: CB, F6 and AF. RGB value is (203,246,175). Sum of RGB (Red+Green+Blue) = 203+246+175=624 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.53% from 624); Green value is 246 (96.48% from 255 or 39.42% from 624); Blue value is 175 (68.75% from 255 or 28.04% from 624); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF6AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF6AF is #340950. Grayscale: #E1E1E1. Windows color (decimal): -3410257 or 11531979. OLE color: 11531979.
HSL color Cylindrical-coordinate representation of color #CBF6AF: hue angle of 96.34º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBF6AF is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 246 | 175 | - |
| CMYK | 0.17 | 0 | 0.29 | 0.04 |
| HSL | 96.34º | 0.8% | 0.83% | - |
| HSV(B) | 96.34º | 0.29% | 0.96% | - |
| XYZ | 65.32 | 81.7 | 52.88 | - |
| YUV | 225.05 | 99.75 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 246 | 175 | 0.17 | 0 | 0.29 | 0.04 | 96.34 | 0.8 | 0.83 |
| Hex | CB | F6 | AF | 11 | 0 | 1D | 4 | 60 | 50 | 53 |
| Octal | 313 | 366 | 257 | 21 | 0 | 35 | 4 | 140 | 120 | 123 |
| Binary | 11001011 | 11110110 | 10101111 | 10001 | 0 | 11101 | 100 | 1100000 | 1010000 | 1010011 |
Color Harmonies of #CBF6AF
Complementary color
Monochromatic Colors of #CBF6AF
Black with #CBF6AF
Text Example
Text Example
White with #CBF6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF6AF; }
p { color: rgb(203,246,175); }
H1.HeaderClassName
{
color: #CBF6AF;
}
.AnyTagClassName
{
color: #CBF6AF;
}
</style>
background-color css
<style>
a { background-color: #CBF6AF; }
a { background-color: rgb(203,246,175); }
div.DivClassName
{
background-color: #CBF6AF;
}
.BgClassName
{
background-color: #CBF6AF;
}
</style>
border-color css
<style>
span { border-color: #CBF6AF; }
span { border-color: rgb(203,246,175); }
td.TdClassName
{
border-color: #CBF6AF;
}
.TagClassName
{
border-color: #CBF6AF;
}
</style>