#C2EDBE

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

Shades of Tea Green #C2EDBE

Tints of Tea Green #C2EDBE

Color information

#C2EDBE (or 0xC2EDBE) is unknown color: approx Tea Green. HEX triplet: C2, ED and BE. RGB value is (194,237,190). Sum of RGB (Red+Green+Blue) = 194+237+190=621 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.24% from 621); Green value is 237 (92.97% from 255 or 38.16% from 621); Blue value is 190 (74.61% from 255 or 30.60% from 621); Max value from RGB is 237 - color contains mainly: green. Hex color #C2EDBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EDBE is #3D1241. Grayscale: #DADADA. Windows color (decimal): -4002370 or 12512706. OLE color: 12512706.

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

Color convert

RGB194237190-
CMYK0.1800.200.07
HSL114.89º56.63%83.73%-
HSV(B)114.89º19.83%92.94%-
XYZ61.8375.7660.08-
YUV218.78111.75110.32-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.24%
GREEN value IS 237 (92.97% from 255) = 38.16%
BLUE value IS 190 (74.61% from 255) = 30.60%
R=31.24%
G=38.16%
B=30.60%

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
Decimal1942371900.1800.200.07114.8956.6383.73
HexC2EDBE120147733954
Octal30235527622024716371124
Binary1100001011101101101111101001001010011111100111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2EDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2EDBE; }

 p { color: rgb(194,237,190); }

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

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

 a { background-color: rgb(194,237,190); }

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

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

 span { border-color: rgb(194,237,190); }

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