#53EB9A

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

Shades of Medium Aquamarine #53EB9A

Tints of Medium Aquamarine #53EB9A

Color information

#53EB9A (or 0x53EB9A) is unknown color: approx Medium Aquamarine. HEX triplet: 53, EB and 9A. RGB value is (83,235,154). Sum of RGB (Red+Green+Blue) = 83+235+154=472 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.58% from 472); Green value is 235 (92.19% from 255 or 49.79% from 472); Blue value is 154 (60.55% from 255 or 32.63% from 472); Max value from RGB is 235 - color contains mainly: green. Hex color #53EB9A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53EB9A is #AC1465. Grayscale: #B4B4B4. Windows color (decimal): -11277414 or 10152787. OLE color: 10152787.

HSL color Cylindrical-coordinate representation of color #53EB9A: hue angle of 148.03º 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 #53EB9A is Cyan = 0.65, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB83235154-
CMYK0.6500.340.08
HSL148.03º79.17%62.35%-
HSV(B)148.03º64.68%92.16%-
XYZ39.1163.5940.78-
YUV180.32113.1458.59-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.58%
GREEN value IS 235 (92.19% from 255) = 49.79%
BLUE value IS 154 (60.55% from 255) = 32.63%
R=17.58%
G=49.79%
B=32.63%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal832351540.6500.340.08148.0379.1762.35
Hex53EB9A410228944f3e
Octal1233532321010421022411776
Binary10100111110101110011010100000101000101000100101001001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53EB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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