#C2EFBD

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

Shades of Tea Green #C2EFBD

Tints of Tea Green #C2EFBD

Color information

#C2EFBD (or 0xC2EFBD) is unknown color: approx Tea Green. HEX triplet: C2, EF and BD. RGB value is (194,239,189). Sum of RGB (Red+Green+Blue) = 194+239+189=622 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.19% from 622); Green value is 239 (93.75% from 255 or 38.42% from 622); Blue value is 189 (74.22% from 255 or 30.39% from 622); Max value from RGB is 239 - color contains mainly: green. Hex color #C2EFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EFBD is #3D1042. Grayscale: #DBDBDB. Windows color (decimal): -4001859 or 12447682. OLE color: 12447682.

HSL color Cylindrical-coordinate representation of color #C2EFBD: hue angle of 114º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2EFBD is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB194239189-
CMYK0.1900.210.06
HSL114º60.98%83.92%-
HSV(B)114º20.92%93.73%-
XYZ62.376.8859.7-
YUV219.84110.59109.57-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.19%
GREEN value IS 239 (93.75% from 255) = 38.42%
BLUE value IS 189 (74.22% from 255) = 30.39%
R=31.19%
G=38.42%
B=30.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1942391890.1900.210.0611460.9883.92
HexC2EFBD130156723d54
Octal30235727523025616275124
Binary1100001011101111101111011001101010111011100101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2EFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2EFBD; }

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

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

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

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

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

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

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

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