Html Css Color HEX #C2EDBB Tea Green

📋 copy color: '#C2EDBB'

red 194 ◦ green 237 ◦ blue 187

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

Shades of Tea Green #C2EDBB

Tints of Tea Green #C2EDBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 30.26%

R = 31.39%
G = 38.35%
B = 30.26%

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

#C2EDBB (or 0xC2EDBB) is known color: Tea Green. HEX triplet: C2, ED and BB. RGB value is (194,237,187). Sum of RGB (Red+Green+Blue) = 194+237+187=618 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.39% from 618); Green value is 237 (92.97% from 255 or 38.35% from 618); Blue value is 187 (73.44% from 255 or 30.26% from 618); Max value from RGB is 237 - color contains mainly: green. Hex color #C2EDBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EDBB is #3D1244. Grayscale: #DADADA. Windows color (decimal): -4002373 or 12316098. OLE color: 12316098.

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

Color convert

RGB 194 237 187 -
CMYK 0.18 0 0.21 0.07
HSL 111.6º 0.58% 0.83% -
HSV(B) 111.6º 0.21% 0.93% -
XYZ 61.5 75.63 58.37 -
YUV 218.44 110.25 110.57 -
System Red Green Blue C M Y K H S L
Decimal 194 237 187 0.18 0 0.21 0.07 111.6 0.58 0.83
Hex C2 ED BB 12 0 15 7 70 3A 53
Octal 302 355 273 22 0 25 7 160 72 123
Binary 11000010 11101101 10111011 10010 0 10101 111 1110000 111010 1010011

Color Harmonies of #C2EDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EDBB

Black with #C2EDBB

Text Example


Text Example

White with #C2EDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EDBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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