#5ECBB5

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

Shades of Medium Aquamarine #5ECBB5

Tints of Medium Aquamarine #5ECBB5

Color information

#5ECBB5 (or 0x5ECBB5) is unknown color: approx Medium Aquamarine. HEX triplet: 5E, CB and B5. RGB value is (94,203,181). Sum of RGB (Red+Green+Blue) = 94+203+181=478 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.67% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 181 (71.09% from 255 or 37.87% from 478); Max value from RGB is 203 - color contains mainly: green. Hex color #5ECBB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECBB5 is #A1344A. Grayscale: #A7A7A7. Windows color (decimal): -10564683 or 11914078. OLE color: 11914078.

HSL color Cylindrical-coordinate representation of color #5ECBB5: hue angle of 167.89º 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 #5ECBB5 is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB94203181-
CMYK0.5400.110.20
HSL167.89º51.17%58.24%-
HSV(B)167.89º53.69%79.61%-
XYZ34.3148.4351.26-
YUV167.9135.3975.29-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.67%
GREEN value IS 203 (79.69% from 255) = 42.47%
BLUE value IS 181 (71.09% from 255) = 37.87%
R=19.67%
G=42.47%
B=37.87%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal942031810.5400.110.20167.8951.1758.24
Hex5ECBB5360B14a8333a
Octal13631326566013242506372
Binary10111101100101110110101110110010111010010101000110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ECBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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