Html Css Color HEX #53EDB5 Medium Aquamarine

📋 copy color: '#53EDB5'

red 83 ◦ green 237 ◦ blue 181

#53EDB5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Aquamarine #53EDB5

Tints of Medium Aquamarine #53EDB5

RGB

 RED value IS 83 (32.81% from 255) = 16.57%

 GREEN value IS 237 (92.97% from 255) = 47.31%

 BLUE value IS 181 (71.09% from 255) = 36.13%

R = 16.57%
G = 47.31%
B = 36.13%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#53EDB5 (or 0x53EDB5) is known color: Medium Aquamarine. HEX triplet: 53, ED and B5. RGB value is (83,237,181). Sum of RGB (Red+Green+Blue) = 83+237+181=501 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.57% from 501); Green value is 237 (92.97% from 255 or 47.31% from 501); Blue value is 181 (71.09% from 255 or 36.13% from 501); Max value from RGB is 237 - color contains mainly: green. Hex color #53EDB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53EDB5 is #AC124A. Grayscale: #B8B8B8. Windows color (decimal): -11276875 or 11922771. OLE color: 11922771.

HSL color Cylindrical-coordinate representation of color #53EDB5: hue angle of 158.18º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53EDB5 is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 237 181 -
CMYK 0.65 0 0.24 0.07
HSL 158.18º 0.81% 0.63% -
HSV(B) 158.18º 0.65% 0.93% -
XYZ 42.19 65.74 54.18 -
YUV 184.57 125.98 55.55 -
System Red Green Blue C M Y K H S L
Decimal 83 237 181 0.65 0 0.24 0.07 158.18 0.81 0.63
Hex 53 ED B5 41 0 18 7 9E 51 3F
Octal 123 355 265 101 0 30 7 236 121 77
Binary 1010011 11101101 10110101 1000001 0 11000 111 10011110 1010001 111111

Color Harmonies of #53EDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53EDB5

Black with #53EDB5

Text Example


Text Example

White with #53EDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53EDB5;
 }
 .AnyTagClassName
 {
   color: #53EDB5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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