#5ECBA2

Color #5ECBA2 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #5ECBA2

Tints of Medium Aquamarine #5ECBA2

Color information

#5ECBA2 (or 0x5ECBA2) is unknown color: approx Medium Aquamarine. HEX triplet: 5E, CB and A2. RGB value is (94,203,162). Sum of RGB (Red+Green+Blue) = 94+203+162=459 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.48% from 459); Green value is 203 (79.69% from 255 or 44.23% from 459); Blue value is 162 (63.67% from 255 or 35.29% from 459); Max value from RGB is 203 - color contains mainly: green. Hex color #5ECBA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ECBA2 is #A1345D. Grayscale: #A5A5A5. Windows color (decimal): -10564702 or 10668894. OLE color: 10668894.

HSL color Cylindrical-coordinate representation of color #5ECBA2: hue angle of 157.43º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5ECBA2 is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB94203162-
CMYK0.5400.200.20
HSL157.43º51.17%58.24%-
HSV(B)157.43º53.69%79.61%-
XYZ32.4947.741.68-
YUV165.74125.8976.83-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.48%
GREEN value IS 203 (79.69% from 255) = 44.23%
BLUE value IS 162 (63.67% from 255) = 35.29%
R=20.48%
G=44.23%
B=35.29%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal942031620.5400.200.20157.4351.1758.24
Hex5ECBA236014149d333a
Octal13631324266024242356372
Binary101111011001011101000101101100101001010010011101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ECBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5ECBA2; }

 p { color: rgb(94,203,162); }

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

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

 a { background-color: rgb(94,203,162); }

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

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

 span { border-color: rgb(94,203,162); }

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