#C5EDC0

Color #C5EDC0 Tea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Green #C5EDC0

Tints of Tea Green #C5EDC0

Color information

#C5EDC0 (or 0xC5EDC0) is unknown color: approx Tea Green. HEX triplet: C5, ED and C0. RGB value is (197,237,192). Sum of RGB (Red+Green+Blue) = 197+237+192=626 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.47% from 626); Green value is 237 (92.97% from 255 or 37.86% from 626); Blue value is 192 (75.39% from 255 or 30.67% from 626); Max value from RGB is 237 - color contains mainly: green. Hex color #C5EDC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EDC0 is #3A123F. Grayscale: #DCDCDC. Windows color (decimal): -3805760 or 12643781. OLE color: 12643781.

HSL color Cylindrical-coordinate representation of color #C5EDC0: hue angle of 113.33º 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 #C5EDC0 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB197237192-
CMYK0.1700.190.07
HSL113.33º55.56%84.12%-
HSV(B)113.33º18.99%92.94%-
XYZ62.8276.2461.27-
YUV219.91112.25111.66-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.47%
GREEN value IS 237 (92.97% from 255) = 37.86%
BLUE value IS 192 (75.39% from 255) = 30.67%
R=31.47%
G=37.86%
B=30.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1972371920.1700.190.07113.3355.5684.12
HexC5EDC0110137713854
Octal30535530021023716170124
Binary1100010111101101110000001000101001111111100011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5EDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5EDC0; }

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

 H1.HeaderClassName
 {
   color: #C5EDC0;
 }
 .AnyTagClassName
 {
   color: #C5EDC0;
 }
</style>
background-color css

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

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

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

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

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

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