#C1EDBA

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

Shades of Tea Green #C1EDBA

Tints of Tea Green #C1EDBA

Color information

#C1EDBA (or 0xC1EDBA) is unknown color: approx Tea Green. HEX triplet: C1, ED and BA. RGB value is (193,237,186). Sum of RGB (Red+Green+Blue) = 193+237+186=616 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.33% from 616); Green value is 237 (92.97% from 255 or 38.47% from 616); Blue value is 186 (73.05% from 255 or 30.19% from 616); Max value from RGB is 237 - color contains mainly: green. Hex color #C1EDBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1EDBA is #3E1245. Grayscale: #DADADA. Windows color (decimal): -4067910 or 12250561. OLE color: 12250561.

HSL color Cylindrical-coordinate representation of color #C1EDBA: hue angle of 111.76º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C1EDBA is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB193237186-
CMYK0.1900.220.07
HSL111.76º58.62%82.94%-
HSV(B)111.76º21.52%92.94%-
XYZ61.1475.4557.8-
YUV218.03109.92110.15-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.33%
GREEN value IS 237 (92.97% from 255) = 38.47%
BLUE value IS 186 (73.05% from 255) = 30.19%
R=31.33%
G=38.47%
B=30.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1932371860.1900.220.07111.7658.6282.94
HexC1EDBA130167703b53
Octal30135527223026716073123
Binary1100000111101101101110101001101011011111100001110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1EDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1EDBA; }

 p { color: rgb(193,237,186); }

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

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

 a { background-color: rgb(193,237,186); }

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

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

 span { border-color: rgb(193,237,186); }

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