Html Css Color HEX #53F2AD Medium Aquamarine

📋 copy color: '#53F2AD'

red 83 ◦ green 242 ◦ blue 173

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

Shades of Medium Aquamarine #53F2AD

Tints of Medium Aquamarine #53F2AD

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.59%

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

R = 16.67%
G = 48.59%
B = 34.74%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#53F2AD (or 0x53F2AD) is known color: Medium Aquamarine. HEX triplet: 53, F2 and AD. RGB value is (83,242,173). Sum of RGB (Red+Green+Blue) = 83+242+173=498 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.67% from 498); Green value is 242 (94.92% from 255 or 48.59% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 242 - color contains mainly: green. Hex color #53F2AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53F2AD is #AC0D52. Grayscale: #BABABA. Windows color (decimal): -11275603 or 11399763. OLE color: 11399763.

HSL color Cylindrical-coordinate representation of color #53F2AD: hue angle of 153.96º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53F2AD is Cyan = 0.66, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 83 242 173 -
CMYK 0.66 0 0.29 0.05
HSL 153.96º 0.86% 0.64% -
HSV(B) 153.96º 0.66% 0.95% -
XYZ 42.86 68.36 50.47 -
YUV 186.59 120.32 54.11 -
System Red Green Blue C M Y K H S L
Decimal 83 242 173 0.66 0 0.29 0.05 153.96 0.86 0.64
Hex 53 F2 AD 42 0 1D 5 9A 56 40
Octal 123 362 255 102 0 35 5 232 126 100
Binary 1010011 11110010 10101101 1000010 0 11101 101 10011010 1010110 1000000

Color Harmonies of #53F2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F2AD

Black with #53F2AD

Text Example


Text Example

White with #53F2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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