Html Css Color HEX #C2ECBE Tea Green

📋 copy color: '#C2ECBE'

red 194 ◦ green 236 ◦ blue 190

#C2ECBE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Green #C2ECBE

Tints of Tea Green #C2ECBE

RGB

 RED value IS 194 (76.17% from 255) = 31.29%

 GREEN value IS 236 (92.58% from 255) = 38.06%

 BLUE value IS 190 (74.61% from 255) = 30.65%

R = 31.29%
G = 38.06%
B = 30.65%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#C2ECBE (or 0xC2ECBE) is known color: Tea Green. HEX triplet: C2, EC and BE. RGB value is (194,236,190). Sum of RGB (Red+Green+Blue) = 194+236+190=620 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.29% from 620); Green value is 236 (92.58% from 255 or 38.06% from 620); Blue value is 190 (74.61% from 255 or 30.65% from 620); Max value from RGB is 236 - color contains mainly: green. Hex color #C2ECBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2ECBE is #3D1341. Grayscale: #DADADA. Windows color (decimal): -4002626 or 12512450. OLE color: 12512450.

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

Color convert

RGB 194 236 190 -
CMYK 0.18 0 0.19 0.07
HSL 114.78º 0.55% 0.84% -
HSV(B) 114.78º 0.19% 0.93% -
XYZ 61.54 75.18 59.98 -
YUV 218.2 112.09 110.74 -
System Red Green Blue C M Y K H S L
Decimal 194 236 190 0.18 0 0.19 0.07 114.78 0.55 0.84
Hex C2 EC BE 12 0 13 7 73 37 54
Octal 302 354 276 22 0 23 7 163 67 124
Binary 11000010 11101100 10111110 10010 0 10011 111 1110011 110111 1010100

Color Harmonies of #C2ECBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ECBE

Black with #C2ECBE

Text Example


Text Example

White with #C2ECBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ECBE; }

 p { color: rgb(194,236,190); }

 H1.HeaderClassName
 {
   color: #C2ECBE;
 }
 .AnyTagClassName
 {
   color: #C2ECBE;
 }
</style>

background-color css

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

 a { background-color: rgb(194,236,190); }

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

border-color css

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

 span { border-color: rgb(194,236,190); }

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