Shades of Tea Green #CBEEB5
Tints of Tea Green #CBEEB5
RGB
CMYK
RGB Variations
Color information
#CBEEB5 (or 0xCBEEB5) is known color: Tea Green. HEX triplet: CB, EE and B5. RGB value is (203,238,181). Sum of RGB (Red+Green+Blue) = 203+238+181=622 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.64% from 622); Green value is 238 (93.36% from 255 or 38.26% from 622); Blue value is 181 (71.09% from 255 or 29.10% from 622); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEEB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEEB5 is #34114A. Grayscale: #DDDDDD. Windows color (decimal): -3412299 or 11923147. OLE color: 11923147.
HSL color Cylindrical-coordinate representation of color #CBEEB5: hue angle of 96.84º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBEEB5 is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
RGB | 203 | 238 | 181 | - |
CMYK | 0.15 | 0 | 0.24 | 0.07 |
HSL | 96.84º | 0.63% | 0.82% | - |
HSV(B) | 96.84º | 0.24% | 0.93% | - |
XYZ | 63.54 | 77.18 | 55.26 | - |
YUV | 221.04 | 105.4 | 115.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 238 | 181 | 0.15 | 0 | 0.24 | 0.07 | 96.84 | 0.63 | 0.82 |
Hex | CB | EE | B5 | F | 0 | 18 | 7 | 61 | 3F | 52 |
Octal | 313 | 356 | 265 | 17 | 0 | 30 | 7 | 141 | 77 | 122 |
Binary | 11001011 | 11101110 | 10110101 | 1111 | 0 | 11000 | 111 | 1100001 | 111111 | 1010010 |
Color Harmonies of #CBEEB5
Complementary color
Monochromatic Colors of #CBEEB5
Black with #CBEEB5
Text Example
Text Example
White with #CBEEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEEB5; }
p { color: rgb(203,238,181); }
H1.HeaderClassName
{
color: #CBEEB5;
}
.AnyTagClassName
{
color: #CBEEB5;
}
</style>
background-color css
<style>
a { background-color: #CBEEB5; }
a { background-color: rgb(203,238,181); }
div.DivClassName
{
background-color: #CBEEB5;
}
.BgClassName
{
background-color: #CBEEB5;
}
</style>
border-color css
<style>
span { border-color: #CBEEB5; }
span { border-color: rgb(203,238,181); }
td.TdClassName
{
border-color: #CBEEB5;
}
.TagClassName
{
border-color: #CBEEB5;
}
</style>