Html Css Color HEX #53FFA1 Medium Aquamarine

📋 copy color: '#53FFA1'

red 83 ◦ green 255 ◦ blue 161

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

Shades of Medium Aquamarine #53FFA1

Tints of Medium Aquamarine #53FFA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 32.26%

R = 16.63%
G = 51.1%
B = 32.26%

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

#53FFA1 (or 0x53FFA1) is known color: Medium Aquamarine. HEX triplet: 53, FF and A1. RGB value is (83,255,161). Sum of RGB (Red+Green+Blue) = 83+255+161=499 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.63% from 499); Green value is 255 (100% from 255 or 51.10% from 499); Blue value is 161 (63.28% from 255 or 32.26% from 499); Max value from RGB is 255 - color contains mainly: green. Hex color #53FFA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53FFA1 is #AC005E. Grayscale: #C1C1C1. Windows color (decimal): -11272287 or 10616659. OLE color: 10616659.

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

Color convert

RGB 83 255 161 -
CMYK 0.67 0 0.37 0
HSL 147.21º 1% 0.66% -
HSV(B) 147.21º 0.67% 1% -
XYZ 45.76 75.93 45.96 -
YUV 192.86 110.02 49.64 -
System Red Green Blue C M Y K H S L
Decimal 83 255 161 0.67 0 0.37 0 147.21 1 0.66
Hex 53 FF A1 43 0 25 0 93 64 42
Octal 123 377 241 103 0 45 0 223 144 102
Binary 1010011 11111111 10100001 1000011 0 100101 0 10010011 1100100 1000010

Color Harmonies of #53FFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FFA1

Black with #53FFA1

Text Example


Text Example

White with #53FFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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