#53EBB5

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

Shades of Medium Aquamarine #53EBB5

Tints of Medium Aquamarine #53EBB5

Color information

#53EBB5 (or 0x53EBB5) is unknown color: approx Medium Aquamarine. HEX triplet: 53, EB and B5. RGB value is (83,235,181). Sum of RGB (Red+Green+Blue) = 83+235+181=499 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.63% from 499); Green value is 235 (92.19% from 255 or 47.09% from 499); Blue value is 181 (71.09% from 255 or 36.27% from 499); Max value from RGB is 235 - color contains mainly: green. Hex color #53EBB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53EBB5 is #AC144A. Grayscale: #B7B7B7. Windows color (decimal): -11277387 or 11922259. OLE color: 11922259.

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

Color convert

RGB83235181-
CMYK0.6500.230.08
HSL158.68º79.17%62.35%-
HSV(B)158.68º64.68%92.16%-
XYZ41.6264.5953.99-
YUV183.4126.6456.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.63%
GREEN value IS 235 (92.19% from 255) = 47.09%
BLUE value IS 181 (71.09% from 255) = 36.27%
R=16.63%
G=47.09%
B=36.27%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal832351810.6500.230.08158.6879.1762.35
Hex53EBB54101789f4f3e
Octal1233532651010271023711776
Binary1010011111010111011010110000010101111000100111111001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53EBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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