Html Css Color HEX #53D1A6 Medium Aquamarine

📋 copy color: '#53D1A6'

red 83 ◦ green 209 ◦ blue 166

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

Shades of Medium Aquamarine #53D1A6

Tints of Medium Aquamarine #53D1A6

RGB

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

 GREEN value IS 209 (82.03% from 255) = 45.63%

 BLUE value IS 166 (65.23% from 255) = 36.24%

R = 18.12%
G = 45.63%
B = 36.24%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#53D1A6 (or 0x53D1A6) is known color: Medium Aquamarine. HEX triplet: 53, D1 and A6. RGB value is (83,209,166). Sum of RGB (Red+Green+Blue) = 83+209+166=458 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.12% from 458); Green value is 209 (82.03% from 255 or 45.63% from 458); Blue value is 166 (65.23% from 255 or 36.24% from 458); Max value from RGB is 209 - color contains mainly: green. Hex color #53D1A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D1A6 is #AC2E59. Grayscale: #A6A6A6. Windows color (decimal): -11284058 or 10932563. OLE color: 10932563.

HSL color Cylindrical-coordinate representation of color #53D1A6: hue angle of 159.52º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53D1A6 is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB 83 209 166 -
CMYK 0.60 0 0.21 0.18
HSL 159.52º 0.58% 0.57% -
HSV(B) 159.52º 0.6% 0.82% -
XYZ 33.25 50.19 44.01 -
YUV 166.42 127.76 68.5 -
System Red Green Blue C M Y K H S L
Decimal 83 209 166 0.60 0 0.21 0.18 159.52 0.58 0.57
Hex 53 D1 A6 3C 0 15 12 A0 3A 39
Octal 123 321 246 74 0 25 22 240 72 71
Binary 1010011 11010001 10100110 111100 0 10101 10010 10100000 111010 111001

Color Harmonies of #53D1A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D1A6

Black with #53D1A6

Text Example


Text Example

White with #53D1A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,209,166); }

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

background-color css

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

 a { background-color: rgb(83,209,166); }

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

border-color css

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

 span { border-color: rgb(83,209,166); }

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