Html Css Color HEX #C2EFBD Tea Green

📋 copy color: '#C2EFBD'

red 194 ◦ green 239 ◦ blue 189

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

Shades of Tea Green #C2EFBD

Tints of Tea Green #C2EFBD

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.42%

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

R = 31.19%
G = 38.42%
B = 30.39%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#C2EFBD (or 0xC2EFBD) is known color: Tea Green. HEX triplet: C2, EF and BD. RGB value is (194,239,189). Sum of RGB (Red+Green+Blue) = 194+239+189=622 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.19% from 622); Green value is 239 (93.75% from 255 or 38.42% from 622); Blue value is 189 (74.22% from 255 or 30.39% from 622); Max value from RGB is 239 - color contains mainly: green. Hex color #C2EFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EFBD is #3D1042. Grayscale: #DBDBDB. Windows color (decimal): -4001859 or 12447682. OLE color: 12447682.

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

Color convert

RGB 194 239 189 -
CMYK 0.19 0 0.21 0.06
HSL 114º 0.61% 0.84% -
HSV(B) 114º 0.21% 0.94% -
XYZ 62.3 76.88 59.7 -
YUV 219.85 110.59 109.57 -
System Red Green Blue C M Y K H S L
Decimal 194 239 189 0.19 0 0.21 0.06 114 0.61 0.84
Hex C2 EF BD 13 0 15 6 72 3D 54
Octal 302 357 275 23 0 25 6 162 75 124
Binary 11000010 11101111 10111101 10011 0 10101 110 1110010 111101 1010100

Color Harmonies of #C2EFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EFBD

Black with #C2EFBD

Text Example


Text Example

White with #C2EFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EFBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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