Html Css Color HEX #C2EBBA Tea Green

📋 copy color: '#C2EBBA'

red 194 ◦ green 235 ◦ blue 186

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

Shades of Tea Green #C2EBBA

Tints of Tea Green #C2EBBA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.21%

 BLUE value IS 186 (73.05% from 255) = 30.24%

R = 31.54%
G = 38.21%
B = 30.24%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#C2EBBA (or 0xC2EBBA) is known color: Tea Green. HEX triplet: C2, EB and BA. RGB value is (194,235,186). Sum of RGB (Red+Green+Blue) = 194+235+186=615 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.54% from 615); Green value is 235 (92.19% from 255 or 38.21% from 615); Blue value is 186 (73.05% from 255 or 30.24% from 615); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EBBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EBBA is #3D1445. Grayscale: #D9D9D9. Windows color (decimal): -4002886 or 12250050. OLE color: 12250050.

HSL color Cylindrical-coordinate representation of color #C2EBBA: hue angle of 110.2º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2EBBA is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 235 186 -
CMYK 0.17 0 0.21 0.08
HSL 110.2º 0.55% 0.83% -
HSV(B) 110.2º 0.21% 0.92% -
XYZ 60.82 74.43 57.62 -
YUV 217.16 110.42 111.48 -
System Red Green Blue C M Y K H S L
Decimal 194 235 186 0.17 0 0.21 0.08 110.2 0.55 0.83
Hex C2 EB BA 11 0 15 8 6E 37 53
Octal 302 353 272 21 0 25 10 156 67 123
Binary 11000010 11101011 10111010 10001 0 10101 1000 1101110 110111 1010011

Color Harmonies of #C2EBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EBBA

Black with #C2EBBA

Text Example


Text Example

White with #C2EBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EBBA; }

 p { color: rgb(194,235,186); }

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

background-color css

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

 a { background-color: rgb(194,235,186); }

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

border-color css

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

 span { border-color: rgb(194,235,186); }

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