Html Css Color HEX #53DCA6 Medium Aquamarine

📋 copy color: '#53DCA6'

red 83 ◦ green 220 ◦ blue 166

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

Shades of Medium Aquamarine #53DCA6

Tints of Medium Aquamarine #53DCA6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.91%

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

R = 17.7%
G = 46.91%
B = 35.39%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#53DCA6 (or 0x53DCA6) is known color: Medium Aquamarine. HEX triplet: 53, DC and A6. RGB value is (83,220,166). Sum of RGB (Red+Green+Blue) = 83+220+166=469 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.70% from 469); Green value is 220 (86.33% from 255 or 46.91% from 469); Blue value is 166 (65.23% from 255 or 35.39% from 469); Max value from RGB is 220 - color contains mainly: green. Hex color #53DCA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53DCA6 is #AC2359. Grayscale: #ACACAC. Windows color (decimal): -11281242 or 10935379. OLE color: 10935379.

HSL color Cylindrical-coordinate representation of color #53DCA6: hue angle of 156.35º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53DCA6 is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 220 166 -
CMYK 0.62 0 0.25 0.14
HSL 156.35º 0.66% 0.59% -
HSV(B) 156.35º 0.62% 0.86% -
XYZ 36.04 55.78 44.94 -
YUV 172.88 124.11 63.89 -
System Red Green Blue C M Y K H S L
Decimal 83 220 166 0.62 0 0.25 0.14 156.35 0.66 0.59
Hex 53 DC A6 3E 0 19 E 9C 42 3B
Octal 123 334 246 76 0 31 16 234 102 73
Binary 1010011 11011100 10100110 111110 0 11001 1110 10011100 1000010 111011

Color Harmonies of #53DCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DCA6

Black with #53DCA6

Text Example


Text Example

White with #53DCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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