#CBE8BA

Color #CBE8BA Tea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Green #CBE8BA

Tints of Tea Green #CBE8BA

Color information

#CBE8BA (or 0xCBE8BA) is unknown color: approx Tea Green. HEX triplet: CB, E8 and BA. RGB value is (203,232,186). Sum of RGB (Red+Green+Blue) = 203+232+186=621 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.69% from 621); Green value is 232 (91.02% from 255 or 37.36% from 621); Blue value is 186 (73.05% from 255 or 29.95% from 621); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE8BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE8BA is #341745. Grayscale: #DADADA. Windows color (decimal): -3413830 or 12249291. OLE color: 12249291.

HSL color Cylindrical-coordinate representation of color #CBE8BA: hue angle of 97.83º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBE8BA is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB203232186-
CMYK0.1200.200.09
HSL97.83º50%81.96%-
HSV(B)97.83º19.83%90.98%-
XYZ62.3573.9557.44-
YUV218.08109.89117.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 32.69%
GREEN value IS 232 (91.02% from 255) = 37.36%
BLUE value IS 186 (73.05% from 255) = 29.95%
R=32.69%
G=37.36%
B=29.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2032321860.1200.200.0997.835081.96
HexCBE8BAC0149623252
Octal313350272140241114262122
Binary1100101111101000101110101100010100100111000101100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE8BA; }

 p { color: rgb(203,232,186); }

 H1.HeaderClassName
 {
   color: #CBE8BA;
 }
 .AnyTagClassName
 {
   color: #CBE8BA;
 }
</style>
background-color css

<style>
 a { background-color: #CBE8BA; }

 a { background-color: rgb(203,232,186); }

 div.DivClassName
 {
   background-color: #CBE8BA;
 }
 .BgClassName
 {
   background-color: #CBE8BA;
 }
</style>
border-color css

<style>
 span { border-color: #CBE8BA; }

 span { border-color: rgb(203,232,186); }

 td.TdClassName
 {
   border-color: #CBE8BA;
 }
 .TagClassName
 {
   border-color: #CBE8BA;
 }
</style>