Html Css Color HEX #53DCA2 Medium Aquamarine

📋 copy color: '#53DCA2'

red 83 ◦ green 220 ◦ blue 162

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

Shades of Medium Aquamarine #53DCA2

Tints of Medium Aquamarine #53DCA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 34.84%

R = 17.85%
G = 47.31%
B = 34.84%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#53DCA2 (or 0x53DCA2) is known color: Medium Aquamarine. HEX triplet: 53, DC and A2. RGB value is (83,220,162). Sum of RGB (Red+Green+Blue) = 83+220+162=465 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.85% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 162 (63.67% from 255 or 34.84% from 465); Max value from RGB is 220 - color contains mainly: green. Hex color #53DCA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53DCA2 is #AC235D. Grayscale: #ACACAC. Windows color (decimal): -11281246 or 10673235. OLE color: 10673235.

HSL color Cylindrical-coordinate representation of color #53DCA2: hue angle of 154.6º 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 #53DCA2 is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 220 162 -
CMYK 0.62 0 0.26 0.14
HSL 154.6º 0.66% 0.59% -
HSV(B) 154.6º 0.62% 0.86% -
XYZ 35.68 55.63 43.04 -
YUV 172.43 122.11 64.22 -
System Red Green Blue C M Y K H S L
Decimal 83 220 162 0.62 0 0.26 0.14 154.6 0.66 0.59
Hex 53 DC A2 3E 0 1A E 9B 42 3B
Octal 123 334 242 76 0 32 16 233 102 73
Binary 1010011 11011100 10100010 111110 0 11010 1110 10011011 1000010 111011

Color Harmonies of #53DCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DCA2

Black with #53DCA2

Text Example


Text Example

White with #53DCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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