Html Css Color HEX #53FDA5 Medium Aquamarine

📋 copy color: '#53FDA5'

red 83 ◦ green 253 ◦ blue 165

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

Shades of Medium Aquamarine #53FDA5

Tints of Medium Aquamarine #53FDA5

RGB

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

 GREEN value IS 253 (99.22% from 255) = 50.5%

 BLUE value IS 165 (64.84% from 255) = 32.93%

R = 16.57%
G = 50.5%
B = 32.93%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#53FDA5 (or 0x53FDA5) is known color: Medium Aquamarine. HEX triplet: 53, FD and A5. RGB value is (83,253,165). Sum of RGB (Red+Green+Blue) = 83+253+165=501 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.57% from 501); Green value is 253 (99.22% from 255 or 50.50% from 501); Blue value is 165 (64.84% from 255 or 32.93% from 501); Max value from RGB is 253 - color contains mainly: green. Hex color #53FDA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53FDA5 is #AC025A. Grayscale: #C0C0C0. Windows color (decimal): -11272795 or 10878291. OLE color: 10878291.

HSL color Cylindrical-coordinate representation of color #53FDA5: hue angle of 148.94º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53FDA5 is Cyan = 0.67, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB 83 253 165 -
CMYK 0.67 0 0.35 0.01
HSL 148.94º 0.98% 0.66% -
HSV(B) 148.94º 0.67% 0.99% -
XYZ 45.48 74.81 47.64 -
YUV 192.14 112.68 50.16 -
System Red Green Blue C M Y K H S L
Decimal 83 253 165 0.67 0 0.35 0.01 148.94 0.98 0.66
Hex 53 FD A5 43 0 23 1 95 62 42
Octal 123 375 245 103 0 43 1 225 142 102
Binary 1010011 11111101 10100101 1000011 0 100011 1 10010101 1100010 1000010

Color Harmonies of #53FDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FDA5

Black with #53FDA5

Text Example


Text Example

White with #53FDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,253,165); }

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

background-color css

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

 a { background-color: rgb(83,253,165); }

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

border-color css

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

 span { border-color: rgb(83,253,165); }

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