#53ECB0

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

Shades of Medium Aquamarine #53ECB0

Tints of Medium Aquamarine #53ECB0

Color information

#53ECB0 (or 0x53ECB0) is unknown color: approx Medium Aquamarine. HEX triplet: 53, EC and B0. RGB value is (83,236,176). Sum of RGB (Red+Green+Blue) = 83+236+176=495 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.77% from 495); Green value is 236 (92.58% from 255 or 47.68% from 495); Blue value is 176 (69.14% from 255 or 35.56% from 495); Max value from RGB is 236 - color contains mainly: green. Hex color #53ECB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53ECB0 is #AC134F. Grayscale: #B7B7B7. Windows color (decimal): -11277136 or 11594835. OLE color: 11594835.

HSL color Cylindrical-coordinate representation of color #53ECB0: hue angle of 156.47º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53ECB0 is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB83236176-
CMYK0.6500.250.07
HSL156.47º80.1%62.55%-
HSV(B)156.47º64.83%92.55%-
XYZ41.464.9651.43-
YUV183.41123.8156.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.77%
GREEN value IS 236 (92.58% from 255) = 47.68%
BLUE value IS 176 (69.14% from 255) = 35.56%
R=16.77%
G=47.68%
B=35.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal832361760.6500.250.07156.4780.162.55
Hex53ECB04101979c503f
Octal123354260101031723412077
Binary101001111101100101100001000001011001111100111001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53ECB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53ECB0; }

 p { color: rgb(83,236,176); }

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

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

 a { background-color: rgb(83,236,176); }

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

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

 span { border-color: rgb(83,236,176); }

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