#53EDB0

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

Shades of Medium Aquamarine #53EDB0

Tints of Medium Aquamarine #53EDB0

Color information

#53EDB0 (or 0x53EDB0) is unknown color: approx Medium Aquamarine. HEX triplet: 53, ED and B0. RGB value is (83,237,176). Sum of RGB (Red+Green+Blue) = 83+237+176=496 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.73% from 496); Green value is 237 (92.97% from 255 or 47.78% from 496); Blue value is 176 (69.14% from 255 or 35.48% from 496); Max value from RGB is 237 - color contains mainly: green. Hex color #53EDB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53EDB0 is #AC124F. Grayscale: #B8B8B8. Windows color (decimal): -11276880 or 11595091. OLE color: 11595091.

HSL color Cylindrical-coordinate representation of color #53EDB0: hue angle of 156.23º degrees, saturation: 0.81, 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 #53EDB0 is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB83237176-
CMYK0.6500.260.07
HSL156.23º81.05%62.75%-
HSV(B)156.23º64.98%92.94%-
XYZ41.6965.5451.53-
YUV184123.4855.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.73%
GREEN value IS 237 (92.97% from 255) = 47.78%
BLUE value IS 176 (69.14% from 255) = 35.48%
R=16.73%
G=47.78%
B=35.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal832371760.6500.260.07156.2381.0562.75
Hex53EDB04101A79c513f
Octal123355260101032723412177
Binary101001111101101101100001000001011010111100111001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53EDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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