Html Css Color HEX #53FDA0 Medium Aquamarine

📋 copy color: '#53FDA0'

red 83 ◦ green 253 ◦ blue 160

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

Shades of Medium Aquamarine #53FDA0

Tints of Medium Aquamarine #53FDA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 32.26%

R = 16.73%
G = 51.01%
B = 32.26%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#53FDA0 (or 0x53FDA0) is known color: Medium Aquamarine. HEX triplet: 53, FD and A0. RGB value is (83,253,160). Sum of RGB (Red+Green+Blue) = 83+253+160=496 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.73% from 496); Green value is 253 (99.22% from 255 or 51.01% from 496); Blue value is 160 (62.89% from 255 or 32.26% from 496); Max value from RGB is 253 - color contains mainly: green. Hex color #53FDA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53FDA0 is #AC025F. Grayscale: #BFBFBF. Windows color (decimal): -11272800 or 10550611. OLE color: 10550611.

HSL color Cylindrical-coordinate representation of color #53FDA0: hue angle of 147.18º 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 #53FDA0 is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 83 253 160 -
CMYK 0.67 0 0.37 0.01
HSL 147.18º 0.98% 0.66% -
HSV(B) 147.18º 0.67% 0.99% -
XYZ 45.04 74.63 45.29 -
YUV 191.57 110.18 50.56 -
System Red Green Blue C M Y K H S L
Decimal 83 253 160 0.67 0 0.37 0.01 147.18 0.98 0.66
Hex 53 FD A0 43 0 25 1 93 62 42
Octal 123 375 240 103 0 45 1 223 142 102
Binary 1010011 11111101 10100000 1000011 0 100101 1 10010011 1100010 1000010

Color Harmonies of #53FDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FDA0

Black with #53FDA0

Text Example


Text Example

White with #53FDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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