#C2ECBD

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

Shades of Tea Green #C2ECBD

Tints of Tea Green #C2ECBD

Color information

#C2ECBD (or 0xC2ECBD) is unknown color: approx Tea Green. HEX triplet: C2, EC and BD. RGB value is (194,236,189). Sum of RGB (Red+Green+Blue) = 194+236+189=619 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.34% from 619); Green value is 236 (92.58% from 255 or 38.13% from 619); Blue value is 189 (74.22% from 255 or 30.53% from 619); Max value from RGB is 236 - color contains mainly: green. Hex color #C2ECBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2ECBD is #3D1342. Grayscale: #DADADA. Windows color (decimal): -4002627 or 12446914. OLE color: 12446914.

HSL color Cylindrical-coordinate representation of color #C2ECBD: hue angle of 113.62º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2ECBD is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB194236189-
CMYK0.1800.200.07
HSL113.62º55.29%83.33%-
HSV(B)113.62º19.92%92.55%-
XYZ61.4375.1359.41-
YUV218.08111.59110.82-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.34%
GREEN value IS 236 (92.58% from 255) = 38.13%
BLUE value IS 189 (74.22% from 255) = 30.53%
R=31.34%
G=38.13%
B=30.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1942361890.1800.200.07113.6255.2983.33
HexC2ECBD120147723753
Octal30235427522024716267123
Binary1100001011101100101111011001001010011111100101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ECBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ECBD; }

 p { color: rgb(194,236,189); }

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

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

 a { background-color: rgb(194,236,189); }

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

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

 span { border-color: rgb(194,236,189); }

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