#C5EAB4

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

Shades of Tea Green #C5EAB4

Tints of Tea Green #C5EAB4

Color information

#C5EAB4 (or 0xC5EAB4) is unknown color: approx Tea Green. HEX triplet: C5, EA and B4. RGB value is (197,234,180). Sum of RGB (Red+Green+Blue) = 197+234+180=611 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.24% from 611); Green value is 234 (91.80% from 255 or 38.30% from 611); Blue value is 180 (70.70% from 255 or 29.46% from 611); Max value from RGB is 234 - color contains mainly: green. Hex color #C5EAB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EAB4 is #3A154B. Grayscale: #D8D8D8. Windows color (decimal): -3806540 or 11856581. OLE color: 11856581.

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

Color convert

RGB197234180-
CMYK0.1600.230.08
HSL101.11º56.25%81.18%-
HSV(B)101.11º23.08%91.76%-
XYZ60.6974.0154.27-
YUV216.78107.24113.89-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.24%
GREEN value IS 234 (91.80% from 255) = 38.30%
BLUE value IS 180 (70.70% from 255) = 29.46%
R=32.24%
G=38.30%
B=29.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1972341800.1600.230.08101.1156.2581.18
HexC5EAB4100178653851
Octal305352264200271014570121
Binary11000101111010101011010010000010111100011001011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5EAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5EAB4; }

 p { color: rgb(197,234,180); }

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

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

 a { background-color: rgb(197,234,180); }

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

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

 span { border-color: rgb(197,234,180); }

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