Html Css Color HEX #53DCAA Medium Aquamarine

📋 copy color: '#53DCAA'

red 83 ◦ green 220 ◦ blue 170

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

Shades of Medium Aquamarine #53DCAA

Tints of Medium Aquamarine #53DCAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.94%

R = 17.55%
G = 46.51%
B = 35.94%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#53DCAA (or 0x53DCAA) is known color: Medium Aquamarine. HEX triplet: 53, DC and AA. RGB value is (83,220,170). Sum of RGB (Red+Green+Blue) = 83+220+170=473 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.55% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 220 - color contains mainly: green. Hex color #53DCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53DCAA is #AC2355. Grayscale: #ADADAD. Windows color (decimal): -11281238 or 11197523. OLE color: 11197523.

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

Color convert

RGB 83 220 170 -
CMYK 0.62 0 0.23 0.14
HSL 158.1º 0.66% 0.59% -
HSV(B) 158.1º 0.62% 0.86% -
XYZ 36.42 55.93 46.91 -
YUV 173.34 126.11 63.57 -
System Red Green Blue C M Y K H S L
Decimal 83 220 170 0.62 0 0.23 0.14 158.1 0.66 0.59
Hex 53 DC AA 3E 0 17 E 9E 42 3B
Octal 123 334 252 76 0 27 16 236 102 73
Binary 1010011 11011100 10101010 111110 0 10111 1110 10011110 1000010 111011

Color Harmonies of #53DCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DCAA

Black with #53DCAA

Text Example


Text Example

White with #53DCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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