Shades of Tea Green #CBF1B5
Tints of Tea Green #CBF1B5
RGB
CMYK
RGB Variations
Color information
#CBF1B5 (or 0xCBF1B5) is known color: Tea Green. HEX triplet: CB, F1 and B5. RGB value is (203,241,181). Sum of RGB (Red+Green+Blue) = 203+241+181=625 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.48% from 625); Green value is 241 (94.53% from 255 or 38.56% from 625); Blue value is 181 (71.09% from 255 or 28.96% from 625); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF1B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF1B5 is #340E4A. Grayscale: #DFDFDF. Windows color (decimal): -3411531 or 11923915. OLE color: 11923915.
HSL color Cylindrical-coordinate representation of color #CBF1B5: hue angle of 98º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBF1B5 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 241 | 181 | - |
| CMYK | 0.16 | 0 | 0.25 | 0.05 |
| HSL | 98º | 0.68% | 0.83% | - |
| HSV(B) | 98º | 0.25% | 0.95% | - |
| XYZ | 64.42 | 78.94 | 55.56 | - |
| YUV | 222.8 | 104.41 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 241 | 181 | 0.16 | 0 | 0.25 | 0.05 | 98 | 0.68 | 0.83 |
| Hex | CB | F1 | B5 | 10 | 0 | 19 | 5 | 62 | 44 | 53 |
| Octal | 313 | 361 | 265 | 20 | 0 | 31 | 5 | 142 | 104 | 123 |
| Binary | 11001011 | 11110001 | 10110101 | 10000 | 0 | 11001 | 101 | 1100010 | 1000100 | 1010011 |
Color Harmonies of #CBF1B5
Complementary color
Monochromatic Colors of #CBF1B5
Black with #CBF1B5
Text Example
Text Example
White with #CBF1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF1B5; }
p { color: rgb(203,241,181); }
H1.HeaderClassName
{
color: #CBF1B5;
}
.AnyTagClassName
{
color: #CBF1B5;
}
</style>
background-color css
<style>
a { background-color: #CBF1B5; }
a { background-color: rgb(203,241,181); }
div.DivClassName
{
background-color: #CBF1B5;
}
.BgClassName
{
background-color: #CBF1B5;
}
</style>
border-color css
<style>
span { border-color: #CBF1B5; }
span { border-color: rgb(203,241,181); }
td.TdClassName
{
border-color: #CBF1B5;
}
.TagClassName
{
border-color: #CBF1B5;
}
</style>