#CBE5BA

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

Shades of Tea Green #CBE5BA

Tints of Tea Green #CBE5BA

Color information

#CBE5BA (or 0xCBE5BA) is unknown color: approx Tea Green. HEX triplet: CB, E5 and BA. RGB value is (203,229,186). Sum of RGB (Red+Green+Blue) = 203+229+186=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 229 (89.84% from 255 or 37.06% from 618); Blue value is 186 (73.05% from 255 or 30.10% from 618); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE5BA is #341A45. Grayscale: #D8D8D8. Windows color (decimal): -3414598 or 12248523. OLE color: 12248523.

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

Color convert

RGB203229186-
CMYK0.1100.190.10
HSL96.28º45.26%81.37%-
HSV(B)96.28º18.78%89.8%-
XYZ61.5172.2857.16-
YUV216.32110.89118.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.85%
GREEN value IS 229 (89.84% from 255) = 37.06%
BLUE value IS 186 (73.05% from 255) = 30.10%
R=32.85%
G=37.06%
B=30.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2032291860.1100.190.1096.2845.2681.37
HexCBE5BAB013A602d51
Octal313345272130231214055121
Binary1100101111100101101110101011010011101011000001011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE5BA; }

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

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

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

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

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

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

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

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