#C7EDC0

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

Shades of Tea Green #C7EDC0

Tints of Tea Green #C7EDC0

Color information

#C7EDC0 (or 0xC7EDC0) is unknown color: approx Tea Green. HEX triplet: C7, ED and C0. RGB value is (199,237,192). Sum of RGB (Red+Green+Blue) = 199+237+192=628 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.69% from 628); Green value is 237 (92.97% from 255 or 37.74% from 628); Blue value is 192 (75.39% from 255 or 30.57% from 628); Max value from RGB is 237 - color contains mainly: green. Hex color #C7EDC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7EDC0 is #38123F. Grayscale: #DCDCDC. Windows color (decimal): -3674688 or 12643783. OLE color: 12643783.

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

Color convert

RGB199237192-
CMYK0.1600.190.07
HSL110.67º55.56%84.12%-
HSV(B)110.67º18.99%92.94%-
XYZ63.3576.5261.3-
YUV220.51111.91112.66-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.69%
GREEN value IS 237 (92.97% from 255) = 37.74%
BLUE value IS 192 (75.39% from 255) = 30.57%
R=31.69%
G=37.74%
B=30.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1992371920.1600.190.07110.6755.5684.12
HexC7EDC01001376f3854
Octal30735530020023715770124
Binary1100011111101101110000001000001001111111011111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7EDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7EDC0; }

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

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

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

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

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

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

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

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