Shades of Tea Green #CBF8B5
Tints of Tea Green #CBF8B5
RGB
CMYK
RGB Variations
Color information
#CBF8B5 (or 0xCBF8B5) is known color: Tea Green. HEX triplet: CB, F8 and B5. RGB value is (203,248,181). Sum of RGB (Red+Green+Blue) = 203+248+181=632 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.12% from 632); Green value is 248 (97.27% from 255 or 39.24% from 632); Blue value is 181 (71.09% from 255 or 28.64% from 632); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF8B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF8B5 is #34074A. Grayscale: #E3E3E3. Windows color (decimal): -3409739 or 11925707. OLE color: 11925707.
HSL color Cylindrical-coordinate representation of color #CBF8B5: hue angle of 100.3º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBF8B5 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 248 | 181 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.03 |
| HSL | 100.3º | 0.83% | 0.84% | - |
| HSV(B) | 100.3º | 0.27% | 0.97% | - |
| XYZ | 66.54 | 83.17 | 56.26 | - |
| YUV | 226.91 | 102.09 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 248 | 181 | 0.18 | 0 | 0.27 | 0.03 | 100.3 | 0.83 | 0.84 |
| Hex | CB | F8 | B5 | 12 | 0 | 1B | 3 | 64 | 53 | 54 |
| Octal | 313 | 370 | 265 | 22 | 0 | 33 | 3 | 144 | 123 | 124 |
| Binary | 11001011 | 11111000 | 10110101 | 10010 | 0 | 11011 | 11 | 1100100 | 1010011 | 1010100 |
Color Harmonies of #CBF8B5
Complementary color
Monochromatic Colors of #CBF8B5
Black with #CBF8B5
Text Example
Text Example
White with #CBF8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF8B5; }
p { color: rgb(203,248,181); }
H1.HeaderClassName
{
color: #CBF8B5;
}
.AnyTagClassName
{
color: #CBF8B5;
}
</style>
background-color css
<style>
a { background-color: #CBF8B5; }
a { background-color: rgb(203,248,181); }
div.DivClassName
{
background-color: #CBF8B5;
}
.BgClassName
{
background-color: #CBF8B5;
}
</style>
border-color css
<style>
span { border-color: #CBF8B5; }
span { border-color: rgb(203,248,181); }
td.TdClassName
{
border-color: #CBF8B5;
}
.TagClassName
{
border-color: #CBF8B5;
}
</style>