#C5EDC2

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

Shades of Tea Green #C5EDC2

Tints of Tea Green #C5EDC2

Color information

#C5EDC2 (or 0xC5EDC2) is unknown color: approx Tea Green. HEX triplet: C5, ED and C2. RGB value is (197,237,194). Sum of RGB (Red+Green+Blue) = 197+237+194=628 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.37% from 628); Green value is 237 (92.97% from 255 or 37.74% from 628); Blue value is 194 (76.17% from 255 or 30.89% from 628); Max value from RGB is 237 - color contains mainly: green. Hex color #C5EDC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EDC2 is #3A123D. Grayscale: #DCDCDC. Windows color (decimal): -3805758 or 12774853. OLE color: 12774853.

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

Color convert

RGB197237194-
CMYK0.1700.180.07
HSL115.81º54.43%84.51%-
HSV(B)115.81º18.14%92.94%-
XYZ63.0576.3362.45-
YUV220.14113.25111.5-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.37%
GREEN value IS 237 (92.97% from 255) = 37.74%
BLUE value IS 194 (76.17% from 255) = 30.89%
R=31.37%
G=37.74%
B=30.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1972371940.1700.180.07115.8154.4384.51
HexC5EDC2110127743655
Octal30535530221022716466125
Binary1100010111101101110000101000101001011111101001101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5EDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5EDC2; }

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

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

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

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

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

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

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

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