Html Css Color HEX #C2EEBA Tea Green

📋 copy color: '#C2EEBA'

red 194 ◦ green 238 ◦ blue 186

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

Shades of Tea Green #C2EEBA

Tints of Tea Green #C2EEBA

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.1%

R = 31.39%
G = 38.51%
B = 30.1%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#C2EEBA (or 0xC2EEBA) is known color: 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

RGB 194 238 186 -
CMYK 0.18 0 0.22 0.07
HSL 110.77º 0.6% 0.83% -
HSV(B) 110.77º 0.22% 0.93% -
XYZ 61.69 76.16 57.9 -
YUV 218.92 109.42 110.23 -
System Red Green Blue C M Y K H S L
Decimal 194 238 186 0.18 0 0.22 0.07 110.77 0.6 0.83
Hex C2 EE BA 12 0 16 7 6F 3C 53
Octal 302 356 272 22 0 26 7 157 74 123
Binary 11000010 11101110 10111010 10010 0 10110 111 1101111 111100 1010011

Color Harmonies of #C2EEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EEBA

Black with #C2EEBA

Text Example


Text Example

White with #C2EEBA

Text Example


Text Example

HTML Codes & Css Web 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>