Html Css Color HEX #C4EDC0 Tea Green

📋 copy color: '#C4EDC0'

red 196 ◦ green 237 ◦ blue 192

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

Shades of Tea Green #C4EDC0

Tints of Tea Green #C4EDC0

RGB

 RED value IS 196 (76.95% from 255) = 31.36%

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

 BLUE value IS 192 (75.39% from 255) = 30.72%

R = 31.36%
G = 37.92%
B = 30.72%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#C4EDC0 (or 0xC4EDC0) is known color: Tea Green. HEX triplet: C4, ED and C0. RGB value is (196,237,192). Sum of RGB (Red+Green+Blue) = 196+237+192=625 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.36% from 625); Green value is 237 (92.97% from 255 or 37.92% from 625); Blue value is 192 (75.39% from 255 or 30.72% from 625); Max value from RGB is 237 - color contains mainly: green. Hex color #C4EDC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4EDC0 is #3B123F. Grayscale: #DBDBDB. Windows color (decimal): -3871296 or 12643780. OLE color: 12643780.

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

Color convert

RGB 196 237 192 -
CMYK 0.17 0 0.19 0.07
HSL 114.67º 0.56% 0.84% -
HSV(B) 114.67º 0.19% 0.93% -
XYZ 62.56 76.11 61.26 -
YUV 219.61 112.42 111.16 -
System Red Green Blue C M Y K H S L
Decimal 196 237 192 0.17 0 0.19 0.07 114.67 0.56 0.84
Hex C4 ED C0 11 0 13 7 73 38 54
Octal 304 355 300 21 0 23 7 163 70 124
Binary 11000100 11101101 11000000 10001 0 10011 111 1110011 111000 1010100

Color Harmonies of #C4EDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4EDC0

Black with #C4EDC0

Text Example


Text Example

White with #C4EDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4EDC0; }

 p { color: rgb(196,237,192); }

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

background-color css

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

 a { background-color: rgb(196,237,192); }

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

border-color css

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

 span { border-color: rgb(196,237,192); }

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