Html Css Color HEX #53D8AC Medium Aquamarine

📋 copy color: '#53D8AC'

red 83 ◦ green 216 ◦ blue 172

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

Shades of Medium Aquamarine #53D8AC

Tints of Medium Aquamarine #53D8AC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.86%

 BLUE value IS 172 (67.58% from 255) = 36.52%

R = 17.62%
G = 45.86%
B = 36.52%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#53D8AC (or 0x53D8AC) is known color: Medium Aquamarine. HEX triplet: 53, D8 and AC. RGB value is (83,216,172). Sum of RGB (Red+Green+Blue) = 83+216+172=471 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.62% from 471); Green value is 216 (84.77% from 255 or 45.86% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 216 - color contains mainly: green. Hex color #53D8AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D8AC is #AC2753. Grayscale: #ABABAB. Windows color (decimal): -11282260 or 11327571. OLE color: 11327571.

HSL color Cylindrical-coordinate representation of color #53D8AC: hue angle of 160.15º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53D8AC is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 83 216 172 -
CMYK 0.62 0 0.20 0.15
HSL 160.15º 0.63% 0.59% -
HSV(B) 160.15º 0.62% 0.85% -
XYZ 35.57 53.93 47.56 -
YUV 171.22 128.44 65.08 -
System Red Green Blue C M Y K H S L
Decimal 83 216 172 0.62 0 0.20 0.15 160.15 0.63 0.59
Hex 53 D8 AC 3E 0 14 F A0 3F 3B
Octal 123 330 254 76 0 24 17 240 77 73
Binary 1010011 11011000 10101100 111110 0 10100 1111 10100000 111111 111011

Color Harmonies of #53D8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D8AC

Black with #53D8AC

Text Example


Text Example

White with #53D8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,216,172); }

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

background-color css

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

 a { background-color: rgb(83,216,172); }

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

border-color css

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

 span { border-color: rgb(83,216,172); }

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