Shades of Tea Green #CBF1B4
Tints of Tea Green #CBF1B4
RGB
CMYK
RGB Variations
Color information
#CBF1B4 (or 0xCBF1B4) is known color: Tea Green. HEX triplet: CB, F1 and B4. RGB value is (203,241,180). Sum of RGB (Red+Green+Blue) = 203+241+180=624 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.53% from 624); Green value is 241 (94.53% from 255 or 38.62% from 624); Blue value is 180 (70.70% from 255 or 28.85% from 624); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF1B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF1B4 is #340E4B. Grayscale: #DEDEDE. Windows color (decimal): -3411532 or 11858379. OLE color: 11858379.
HSL color Cylindrical-coordinate representation of color #CBF1B4: hue angle of 97.38º degrees, saturation: 0.69, 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 #CBF1B4 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 241 | 180 | - |
| CMYK | 0.16 | 0 | 0.25 | 0.05 |
| HSL | 97.38º | 0.69% | 0.83% | - |
| HSV(B) | 97.38º | 0.25% | 0.95% | - |
| XYZ | 64.32 | 78.9 | 55.02 | - |
| YUV | 222.68 | 103.91 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 241 | 180 | 0.16 | 0 | 0.25 | 0.05 | 97.38 | 0.69 | 0.83 |
| Hex | CB | F1 | B4 | 10 | 0 | 19 | 5 | 61 | 45 | 53 |
| Octal | 313 | 361 | 264 | 20 | 0 | 31 | 5 | 141 | 105 | 123 |
| Binary | 11001011 | 11110001 | 10110100 | 10000 | 0 | 11001 | 101 | 1100001 | 1000101 | 1010011 |
Color Harmonies of #CBF1B4
Complementary color
Monochromatic Colors of #CBF1B4
Black with #CBF1B4
Text Example
Text Example
White with #CBF1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF1B4; }
p { color: rgb(203,241,180); }
H1.HeaderClassName
{
color: #CBF1B4;
}
.AnyTagClassName
{
color: #CBF1B4;
}
</style>
background-color css
<style>
a { background-color: #CBF1B4; }
a { background-color: rgb(203,241,180); }
div.DivClassName
{
background-color: #CBF1B4;
}
.BgClassName
{
background-color: #CBF1B4;
}
</style>
border-color css
<style>
span { border-color: #CBF1B4; }
span { border-color: rgb(203,241,180); }
td.TdClassName
{
border-color: #CBF1B4;
}
.TagClassName
{
border-color: #CBF1B4;
}
</style>