Html Css Color HEX #C2EDBE Tea Green

📋 copy color: '#C2EDBE'

red 194 ◦ green 237 ◦ blue 190

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

Shades of Tea Green #C2EDBE

Tints of Tea Green #C2EDBE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.16%

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

R = 31.24%
G = 38.16%
B = 30.6%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#C2EDBE (or 0xC2EDBE) is known color: Tea Green. HEX triplet: C2, ED and BE. RGB value is (194,237,190). Sum of RGB (Red+Green+Blue) = 194+237+190=621 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.24% from 621); Green value is 237 (92.97% from 255 or 38.16% from 621); Blue value is 190 (74.61% from 255 or 30.60% from 621); Max value from RGB is 237 - color contains mainly: green. Hex color #C2EDBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EDBE is #3D1241. Grayscale: #DADADA. Windows color (decimal): -4002370 or 12512706. OLE color: 12512706.

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

Color convert

RGB 194 237 190 -
CMYK 0.18 0 0.20 0.07
HSL 114.89º 0.57% 0.84% -
HSV(B) 114.89º 0.2% 0.93% -
XYZ 61.83 75.76 60.08 -
YUV 218.79 111.75 110.32 -
System Red Green Blue C M Y K H S L
Decimal 194 237 190 0.18 0 0.20 0.07 114.89 0.57 0.84
Hex C2 ED BE 12 0 14 7 73 39 54
Octal 302 355 276 22 0 24 7 163 71 124
Binary 11000010 11101101 10111110 10010 0 10100 111 1110011 111001 1010100

Color Harmonies of #C2EDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EDBE

Black with #C2EDBE

Text Example


Text Example

White with #C2EDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EDBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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