#53E0B1

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

Shades of Medium Aquamarine #53E0B1

Tints of Medium Aquamarine #53E0B1

Color information

#53E0B1 (or 0x53E0B1) is unknown color: approx Medium Aquamarine. HEX triplet: 53, E0 and B1. RGB value is (83,224,177). Sum of RGB (Red+Green+Blue) = 83+224+177=484 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.15% from 484); Green value is 224 (87.89% from 255 or 46.28% from 484); Blue value is 177 (69.53% from 255 or 36.57% from 484); Max value from RGB is 224 - color contains mainly: green. Hex color #53E0B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53E0B1 is #AC1F4E. Grayscale: #B0B0B0. Windows color (decimal): -11280207 or 11657299. OLE color: 11657299.

HSL color Cylindrical-coordinate representation of color #53E0B1: hue angle of 160º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53E0B1 is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB83224177-
CMYK0.6300.210.12
HSL160º69.46%60.2%-
HSV(B)160º62.95%87.84%-
XYZ38.1658.3250.84-
YUV176.48128.2961.32-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.15%
GREEN value IS 224 (87.89% from 255) = 46.28%
BLUE value IS 177 (69.53% from 255) = 36.57%
R=17.15%
G=46.28%
B=36.57%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal832241770.6300.210.1216069.4660.2
Hex53E0B13F015Ca0453c
Octal123340261770251424010574
Binary101001111100000101100011111110101011100101000001000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53E0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,224,177); }

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

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

 a { background-color: rgb(83,224,177); }

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

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

 span { border-color: rgb(83,224,177); }

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