#CBE7BA

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

Shades of Tea Green #CBE7BA

Tints of Tea Green #CBE7BA

Color information

#CBE7BA (or 0xCBE7BA) is unknown color: approx Tea Green. HEX triplet: CB, E7 and BA. RGB value is (203,231,186). Sum of RGB (Red+Green+Blue) = 203+231+186=620 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.74% from 620); Green value is 231 (90.62% from 255 or 37.26% from 620); Blue value is 186 (73.05% from 255 or 30% from 620); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE7BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE7BA is #341845. Grayscale: #D9D9D9. Windows color (decimal): -3414086 or 12249035. OLE color: 12249035.

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

Color convert

RGB203231186-
CMYK0.1200.190.09
HSL97.33º48.39%81.76%-
HSV(B)97.33º19.48%90.59%-
XYZ62.0773.3957.35-
YUV217.5110.22117.66-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.74%
GREEN value IS 231 (90.62% from 255) = 37.26%
BLUE value IS 186 (73.05% from 255) = 30%
R=32.74%
G=37.26%
B=30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2032311860.1200.190.0997.3348.3981.76
HexCBE7BAC0139613052
Octal313347272140231114160122
Binary1100101111100111101110101100010011100111000011100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE7BA; }

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

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

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

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

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

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

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

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