#C2EFB6

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

Shades of Tea Green #C2EFB6

Tints of Tea Green #C2EFB6

Color information

#C2EFB6 (or 0xC2EFB6) is unknown color: approx Tea Green. HEX triplet: C2, EF and B6. RGB value is (194,239,182). Sum of RGB (Red+Green+Blue) = 194+239+182=615 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.54% from 615); Green value is 239 (93.75% from 255 or 38.86% from 615); Blue value is 182 (71.48% from 255 or 29.59% from 615); Max value from RGB is 239 - color contains mainly: green. Hex color #C2EFB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EFB6 is #3D1049. Grayscale: #DBDBDB. Windows color (decimal): -4001866 or 11988930. OLE color: 11988930.

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

Color convert

RGB194239182-
CMYK0.1900.240.06
HSL107.37º64.04%82.55%-
HSV(B)107.37º23.85%93.73%-
XYZ61.5676.5855.79-
YUV219.05107.09110.13-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.54%
GREEN value IS 239 (93.75% from 255) = 38.86%
BLUE value IS 182 (71.48% from 255) = 29.59%
R=31.54%
G=38.86%
B=29.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1942391820.1900.240.06107.3764.0482.55
HexC2EFB61301866b4053
Octal302357266230306153100123
Binary11000010111011111011011010011011000110110101110000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2EFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2EFB6; }

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

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

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

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

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

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

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

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