#C2EFB4

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

Shades of Tea Green #C2EFB4

Tints of Tea Green #C2EFB4

Color information

#C2EFB4 (or 0xC2EFB4) is unknown color: approx Tea Green. HEX triplet: C2, EF and B4. RGB value is (194,239,180). Sum of RGB (Red+Green+Blue) = 194+239+180=613 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.65% from 613); Green value is 239 (93.75% from 255 or 38.99% from 613); Blue value is 180 (70.70% from 255 or 29.36% from 613); Max value from RGB is 239 - color contains mainly: green. Hex color #C2EFB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EFB4 is #3D104B. Grayscale: #DBDBDB. Windows color (decimal): -4001868 or 11857858. OLE color: 11857858.

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

Color convert

RGB194239180-
CMYK0.1900.250.06
HSL105.76º64.84%82.16%-
HSV(B)105.76º24.69%93.73%-
XYZ61.3576.554.71-
YUV218.82106.09110.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.65%
GREEN value IS 239 (93.75% from 255) = 38.99%
BLUE value IS 180 (70.70% from 255) = 29.36%
R=31.65%
G=38.99%
B=29.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1942391800.1900.250.06105.7664.8482.16
HexC2EFB41301966a4152
Octal302357264230316152101122
Binary11000010111011111011010010011011001110110101010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2EFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2EFB4; }

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

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

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

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

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

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

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

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