#53EBA2

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

Shades of Medium Aquamarine #53EBA2

Tints of Medium Aquamarine #53EBA2

Color information

#53EBA2 (or 0x53EBA2) is unknown color: approx Medium Aquamarine. HEX triplet: 53, EB and A2. RGB value is (83,235,162). Sum of RGB (Red+Green+Blue) = 83+235+162=480 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.29% from 480); Green value is 235 (92.19% from 255 or 48.96% from 480); Blue value is 162 (63.67% from 255 or 33.75% from 480); Max value from RGB is 235 - color contains mainly: green. Hex color #53EBA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53EBA2 is #AC145D. Grayscale: #B5B5B5. Windows color (decimal): -11277406 or 10677075. OLE color: 10677075.

HSL color Cylindrical-coordinate representation of color #53EBA2: hue angle of 151.18º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53EBA2 is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB83235162-
CMYK0.6500.310.08
HSL151.18º79.17%62.35%-
HSV(B)151.18º64.68%92.16%-
XYZ39.863.8644.41-
YUV181.23117.1457.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.29%
GREEN value IS 235 (92.19% from 255) = 48.96%
BLUE value IS 162 (63.67% from 255) = 33.75%
R=17.29%
G=48.96%
B=33.75%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal832351620.6500.310.08151.1879.1762.35
Hex53EBA24101F8974f3e
Octal1233532421010371022711776
Binary1010011111010111010001010000010111111000100101111001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53EBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,235,162); }

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

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

 a { background-color: rgb(83,235,162); }

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

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

 span { border-color: rgb(83,235,162); }

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