Shades of Tea Green #CBF1AF
Tints of Tea Green #CBF1AF
RGB
CMYK
RGB Variations
Color information
#CBF1AF (or 0xCBF1AF) is known color: Tea Green. HEX triplet: CB, F1 and AF. RGB value is (203,241,175). Sum of RGB (Red+Green+Blue) = 203+241+175=619 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.79% from 619); Green value is 241 (94.53% from 255 or 38.93% from 619); Blue value is 175 (68.75% from 255 or 28.27% from 619); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF1AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF1AF is #340E50. Grayscale: #DEDEDE. Windows color (decimal): -3411537 or 11530699. OLE color: 11530699.
HSL color Cylindrical-coordinate representation of color #CBF1AF: hue angle of 94.55º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBF1AF is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 241 | 175 | - |
| CMYK | 0.16 | 0 | 0.27 | 0.05 |
| HSL | 94.55º | 0.7% | 0.82% | - |
| HSV(B) | 94.55º | 0.27% | 0.95% | - |
| XYZ | 63.82 | 78.7 | 52.38 | - |
| YUV | 222.11 | 101.41 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 241 | 175 | 0.16 | 0 | 0.27 | 0.05 | 94.55 | 0.7 | 0.82 |
| Hex | CB | F1 | AF | 10 | 0 | 1B | 5 | 5F | 46 | 52 |
| Octal | 313 | 361 | 257 | 20 | 0 | 33 | 5 | 137 | 106 | 122 |
| Binary | 11001011 | 11110001 | 10101111 | 10000 | 0 | 11011 | 101 | 1011111 | 1000110 | 1010010 |
Color Harmonies of #CBF1AF
Complementary color
Monochromatic Colors of #CBF1AF
Black with #CBF1AF
Text Example
Text Example
White with #CBF1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF1AF; }
p { color: rgb(203,241,175); }
H1.HeaderClassName
{
color: #CBF1AF;
}
.AnyTagClassName
{
color: #CBF1AF;
}
</style>
background-color css
<style>
a { background-color: #CBF1AF; }
a { background-color: rgb(203,241,175); }
div.DivClassName
{
background-color: #CBF1AF;
}
.BgClassName
{
background-color: #CBF1AF;
}
</style>
border-color css
<style>
span { border-color: #CBF1AF; }
span { border-color: rgb(203,241,175); }
td.TdClassName
{
border-color: #CBF1AF;
}
.TagClassName
{
border-color: #CBF1AF;
}
</style>