#C2EEBA

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

Shades of Tea Green #C2EEBA

Tints of Tea Green #C2EEBA

Color information

#C2EEBA (or 0xC2EEBA) is unknown color: approx Tea Green. HEX triplet: C2, EE and BA. RGB value is (194,238,186). Sum of RGB (Red+Green+Blue) = 194+238+186=618 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.39% from 618); Green value is 238 (93.36% from 255 or 38.51% from 618); Blue value is 186 (73.05% from 255 or 30.10% from 618); Max value from RGB is 238 - color contains mainly: green. Hex color #C2EEBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EEBA is #3D1145. Grayscale: #DBDBDB. Windows color (decimal): -4002118 or 12250818. OLE color: 12250818.

HSL color Cylindrical-coordinate representation of color #C2EEBA: hue angle of 110.77º degrees, saturation: 0.6, 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 #C2EEBA is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB194238186-
CMYK0.1800.220.07
HSL110.77º60.47%83.14%-
HSV(B)110.77º21.85%93.33%-
XYZ61.6976.1657.9-
YUV218.92109.42110.23-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.39%
GREEN value IS 238 (93.36% from 255) = 38.51%
BLUE value IS 186 (73.05% from 255) = 30.10%
R=31.39%
G=38.51%
B=30.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1942381860.1800.220.07110.7760.4783.14
HexC2EEBA1201676f3c53
Octal30235627222026715774123
Binary1100001011101110101110101001001011011111011111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2EEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2EEBA; }

 p { color: rgb(194,238,186); }

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

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

 a { background-color: rgb(194,238,186); }

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

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

 span { border-color: rgb(194,238,186); }

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