Shades of Tea Green #CBEEBF
Tints of Tea Green #CBEEBF
RGB
CMYK
RGB Variations
Color information
#CBEEBF (or 0xCBEEBF) is known color: Tea Green. HEX triplet: CB, EE and BF. RGB value is (203,238,191). Sum of RGB (Red+Green+Blue) = 203+238+191=632 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.12% from 632); Green value is 238 (93.36% from 255 or 37.66% from 632); Blue value is 191 (75% from 255 or 30.22% from 632); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEEBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEEBF is #341140. Grayscale: #DEDEDE. Windows color (decimal): -3412289 or 12578507. OLE color: 12578507.
HSL color Cylindrical-coordinate representation of color #CBEEBF: hue angle of 104.68º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBEEBF is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 238 | 191 | - |
| CMYK | 0.15 | 0 | 0.20 | 0.07 |
| HSL | 104.68º | 0.58% | 0.84% | - |
| HSV(B) | 104.68º | 0.2% | 0.93% | - |
| XYZ | 64.61 | 77.61 | 60.86 | - |
| YUV | 222.18 | 110.4 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 238 | 191 | 0.15 | 0 | 0.20 | 0.07 | 104.68 | 0.58 | 0.84 |
| Hex | CB | EE | BF | F | 0 | 14 | 7 | 69 | 3A | 54 |
| Octal | 313 | 356 | 277 | 17 | 0 | 24 | 7 | 151 | 72 | 124 |
| Binary | 11001011 | 11101110 | 10111111 | 1111 | 0 | 10100 | 111 | 1101001 | 111010 | 1010100 |
Color Harmonies of #CBEEBF
Complementary color
Monochromatic Colors of #CBEEBF
Black with #CBEEBF
Text Example
Text Example
White with #CBEEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEEBF; }
p { color: rgb(203,238,191); }
H1.HeaderClassName
{
color: #CBEEBF;
}
.AnyTagClassName
{
color: #CBEEBF;
}
</style>
background-color css
<style>
a { background-color: #CBEEBF; }
a { background-color: rgb(203,238,191); }
div.DivClassName
{
background-color: #CBEEBF;
}
.BgClassName
{
background-color: #CBEEBF;
}
</style>
border-color css
<style>
span { border-color: #CBEEBF; }
span { border-color: rgb(203,238,191); }
td.TdClassName
{
border-color: #CBEEBF;
}
.TagClassName
{
border-color: #CBEEBF;
}
</style>