Shades of Tea Green #CBEEAF
Tints of Tea Green #CBEEAF
RGB
CMYK
RGB Variations
Color information
#CBEEAF (or 0xCBEEAF) is known color: Tea Green. HEX triplet: CB, EE and AF. RGB value is (203,238,175). Sum of RGB (Red+Green+Blue) = 203+238+175=616 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.95% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 175 (68.75% from 255 or 28.41% from 616); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEEAF is #341150. Grayscale: #DCDCDC. Windows color (decimal): -3412305 or 11529931. OLE color: 11529931.
HSL color Cylindrical-coordinate representation of color #CBEEAF: hue angle of 93.33º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBEEAF is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 238 | 175 | - |
| CMYK | 0.15 | 0 | 0.26 | 0.07 |
| HSL | 93.33º | 0.65% | 0.81% | - |
| HSV(B) | 93.33º | 0.26% | 0.93% | - |
| XYZ | 62.94 | 76.94 | 52.09 | - |
| YUV | 220.35 | 102.4 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 238 | 175 | 0.15 | 0 | 0.26 | 0.07 | 93.33 | 0.65 | 0.81 |
| Hex | CB | EE | AF | F | 0 | 1A | 7 | 5D | 41 | 51 |
| Octal | 313 | 356 | 257 | 17 | 0 | 32 | 7 | 135 | 101 | 121 |
| Binary | 11001011 | 11101110 | 10101111 | 1111 | 0 | 11010 | 111 | 1011101 | 1000001 | 1010001 |
Color Harmonies of #CBEEAF
Complementary color
Monochromatic Colors of #CBEEAF
Black with #CBEEAF
Text Example
Text Example
White with #CBEEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEEAF; }
p { color: rgb(203,238,175); }
H1.HeaderClassName
{
color: #CBEEAF;
}
.AnyTagClassName
{
color: #CBEEAF;
}
</style>
background-color css
<style>
a { background-color: #CBEEAF; }
a { background-color: rgb(203,238,175); }
div.DivClassName
{
background-color: #CBEEAF;
}
.BgClassName
{
background-color: #CBEEAF;
}
</style>
border-color css
<style>
span { border-color: #CBEEAF; }
span { border-color: rgb(203,238,175); }
td.TdClassName
{
border-color: #CBEEAF;
}
.TagClassName
{
border-color: #CBEEAF;
}
</style>