Html Css Color HEX #53FFA0 Medium Aquamarine

📋 copy color: '#53FFA0'

red 83 ◦ green 255 ◦ blue 160

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

Shades of Medium Aquamarine #53FFA0

Tints of Medium Aquamarine #53FFA0

RGB

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

 GREEN value IS 255 (100% from 255) = 51.2%

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

R = 16.67%
G = 51.2%
B = 32.13%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#53FFA0 (or 0x53FFA0) is known color: Medium Aquamarine. HEX triplet: 53, FF and A0. RGB value is (83,255,160). Sum of RGB (Red+Green+Blue) = 83+255+160=498 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.67% from 498); Green value is 255 (100% from 255 or 51.20% from 498); Blue value is 160 (62.89% from 255 or 32.13% from 498); Max value from RGB is 255 - color contains mainly: green. Hex color #53FFA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53FFA0 is #AC005F. Grayscale: #C0C0C0. Windows color (decimal): -11272288 or 10551123. OLE color: 10551123.

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

Color convert

RGB 83 255 160 -
CMYK 0.67 0 0.37 0
HSL 146.86º 1% 0.66% -
HSV(B) 146.86º 0.67% 1% -
XYZ 45.67 75.9 45.5 -
YUV 192.74 109.52 49.72 -
System Red Green Blue C M Y K H S L
Decimal 83 255 160 0.67 0 0.37 0 146.86 1 0.66
Hex 53 FF A0 43 0 25 0 93 64 42
Octal 123 377 240 103 0 45 0 223 144 102
Binary 1010011 11111111 10100000 1000011 0 100101 0 10010011 1100100 1000010

Color Harmonies of #53FFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FFA0

Black with #53FFA0

Text Example


Text Example

White with #53FFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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