#53F0B4

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

Shades of Medium Aquamarine #53F0B4

Tints of Medium Aquamarine #53F0B4

Color information

#53F0B4 (or 0x53F0B4) is unknown color: approx Medium Aquamarine. HEX triplet: 53, F0 and B4. RGB value is (83,240,180). Sum of RGB (Red+Green+Blue) = 83+240+180=503 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.50% from 503); Green value is 240 (94.14% from 255 or 47.71% from 503); Blue value is 180 (70.70% from 255 or 35.79% from 503); Max value from RGB is 240 - color contains mainly: green. Hex color #53F0B4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53F0B4 is #AC0F4B. Grayscale: #BABABA. Windows color (decimal): -11276108 or 11858003. OLE color: 11858003.

HSL color Cylindrical-coordinate representation of color #53F0B4: hue angle of 157.07º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53F0B4 is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB83240180-
CMYK0.6500.250.06
HSL157.07º83.96%63.33%-
HSV(B)157.07º65.42%94.12%-
XYZ42.9767.4553.94-
YUV186.22124.4954.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.50%
GREEN value IS 240 (94.14% from 255) = 47.71%
BLUE value IS 180 (70.70% from 255) = 35.79%
R=16.50%
G=47.71%
B=35.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal832401800.6500.250.06157.0783.9663.33
Hex53F0B44101969d543f
Octal123360264101031623512477
Binary101001111110000101101001000001011001110100111011010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53F0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,240,180); }

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

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

 a { background-color: rgb(83,240,180); }

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

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

 span { border-color: rgb(83,240,180); }

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