#CBE5BE

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

Shades of Tea Green #CBE5BE

Tints of Tea Green #CBE5BE

Color information

#CBE5BE (or 0xCBE5BE) is unknown color: approx Tea Green. HEX triplet: CB, E5 and BE. RGB value is (203,229,190). Sum of RGB (Red+Green+Blue) = 203+229+190=622 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.64% from 622); Green value is 229 (89.84% from 255 or 36.82% from 622); Blue value is 190 (74.61% from 255 or 30.55% from 622); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE5BE is #341A41. Grayscale: #D8D8D8. Windows color (decimal): -3414594 or 12510667. OLE color: 12510667.

HSL color Cylindrical-coordinate representation of color #CBE5BE: hue angle of 100º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBE5BE is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB203229190-
CMYK0.1100.170.10
HSL100º42.86%82.16%-
HSV(B)100º17.03%89.8%-
XYZ61.9472.4559.44-
YUV216.78112.89118.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.64%
GREEN value IS 229 (89.84% from 255) = 36.82%
BLUE value IS 190 (74.61% from 255) = 30.55%
R=32.64%
G=36.82%
B=30.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2032291900.1100.170.1010042.8682.16
HexCBE5BEB011A642b52
Octal313345276130211214453122
Binary1100101111100101101111101011010001101011001001010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE5BE; }

 p { color: rgb(203,229,190); }

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

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

 a { background-color: rgb(203,229,190); }

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

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

 span { border-color: rgb(203,229,190); }

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