Html Css Color HEX #53F0AD Medium Aquamarine

📋 copy color: '#53F0AD'

red 83 ◦ green 240 ◦ blue 173

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

Shades of Medium Aquamarine #53F0AD

Tints of Medium Aquamarine #53F0AD

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.39%

 BLUE value IS 173 (67.97% from 255) = 34.88%

R = 16.73%
G = 48.39%
B = 34.88%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#53F0AD (or 0x53F0AD) is known color: Medium Aquamarine. HEX triplet: 53, F0 and AD. RGB value is (83,240,173). Sum of RGB (Red+Green+Blue) = 83+240+173=496 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.73% from 496); Green value is 240 (94.14% from 255 or 48.39% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 240 - color contains mainly: green. Hex color #53F0AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53F0AD is #AC0F52. Grayscale: #B9B9B9. Windows color (decimal): -11276115 or 11399251. OLE color: 11399251.

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

Color convert

RGB 83 240 173 -
CMYK 0.65 0 0.28 0.06
HSL 154.39º 0.84% 0.63% -
HSV(B) 154.39º 0.65% 0.94% -
XYZ 42.27 67.18 50.27 -
YUV 185.42 120.99 54.95 -
System Red Green Blue C M Y K H S L
Decimal 83 240 173 0.65 0 0.28 0.06 154.39 0.84 0.63
Hex 53 F0 AD 41 0 1C 6 9A 54 3F
Octal 123 360 255 101 0 34 6 232 124 77
Binary 1010011 11110000 10101101 1000001 0 11100 110 10011010 1010100 111111

Color Harmonies of #53F0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F0AD

Black with #53F0AD

Text Example


Text Example

White with #53F0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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