Html Css Color HEX #C2EEBD Tea Green

📋 copy color: '#C2EEBD'

red 194 ◦ green 238 ◦ blue 189

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

Shades of Tea Green #C2EEBD

Tints of Tea Green #C2EEBD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.33%

 BLUE value IS 189 (74.22% from 255) = 30.43%

R = 31.24%
G = 38.33%
B = 30.43%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#C2EEBD (or 0xC2EEBD) is known color: Tea Green. HEX triplet: C2, EE and BD. RGB value is (194,238,189). Sum of RGB (Red+Green+Blue) = 194+238+189=621 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.24% from 621); Green value is 238 (93.36% from 255 or 38.33% from 621); Blue value is 189 (74.22% from 255 or 30.43% from 621); Max value from RGB is 238 - color contains mainly: green. Hex color #C2EEBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EEBD is #3D1142. Grayscale: #DBDBDB. Windows color (decimal): -4002115 or 12447426. OLE color: 12447426.

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

Color convert

RGB 194 238 189 -
CMYK 0.18 0 0.21 0.07
HSL 113.88º 0.59% 0.84% -
HSV(B) 113.88º 0.21% 0.93% -
XYZ 62.01 76.29 59.6 -
YUV 219.26 110.92 109.98 -
System Red Green Blue C M Y K H S L
Decimal 194 238 189 0.18 0 0.21 0.07 113.88 0.59 0.84
Hex C2 EE BD 12 0 15 7 72 3B 54
Octal 302 356 275 22 0 25 7 162 73 124
Binary 11000010 11101110 10111101 10010 0 10101 111 1110010 111011 1010100

Color Harmonies of #C2EEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EEBD

Black with #C2EEBD

Text Example


Text Example

White with #C2EEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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