#C5EBC0

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

Shades of Tea Green #C5EBC0

Tints of Tea Green #C5EBC0

Color information

#C5EBC0 (or 0xC5EBC0) is unknown color: approx Tea Green. HEX triplet: C5, EB and C0. RGB value is (197,235,192). Sum of RGB (Red+Green+Blue) = 197+235+192=624 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.57% from 624); Green value is 235 (92.19% from 255 or 37.66% from 624); Blue value is 192 (75.39% from 255 or 30.77% from 624); Max value from RGB is 235 - color contains mainly: green. Hex color #C5EBC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EBC0 is #3A143F. Grayscale: #DADADA. Windows color (decimal): -3806272 or 12643269. OLE color: 12643269.

HSL color Cylindrical-coordinate representation of color #C5EBC0: hue angle of 113.02º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5EBC0 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB197235192-
CMYK0.1600.180.08
HSL113.02º51.81%83.73%-
HSV(B)113.02º18.3%92.16%-
XYZ62.2575.0961.08-
YUV218.74112.91112.5-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.57%
GREEN value IS 235 (92.19% from 255) = 37.66%
BLUE value IS 192 (75.39% from 255) = 30.77%
R=31.57%
G=37.66%
B=30.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1972351920.1600.180.08113.0251.8183.73
HexC5EBC0100128713454
Octal305353300200221016164124
Binary11000101111010111100000010000010010100011100011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5EBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5EBC0; }

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

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

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

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

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

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

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

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