Html Css Color HEX #53D8AD Medium Aquamarine

📋 copy color: '#53D8AD'

red 83 ◦ green 216 ◦ blue 173

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

Shades of Medium Aquamarine #53D8AD

Tints of Medium Aquamarine #53D8AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.65%

R = 17.58%
G = 45.76%
B = 36.65%

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

#53D8AD (or 0x53D8AD) is known color: Medium Aquamarine. HEX triplet: 53, D8 and AD. RGB value is (83,216,173). Sum of RGB (Red+Green+Blue) = 83+216+173=472 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.58% from 472); Green value is 216 (84.77% from 255 or 45.76% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 216 - color contains mainly: green. Hex color #53D8AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D8AD is #AC2752. Grayscale: #ABABAB. Windows color (decimal): -11282259 or 11393107. OLE color: 11393107.

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

Color convert

RGB 83 216 173 -
CMYK 0.62 0 0.20 0.15
HSL 160.6º 0.63% 0.59% -
HSV(B) 160.6º 0.62% 0.85% -
XYZ 35.67 53.97 48.07 -
YUV 171.33 128.94 65 -
System Red Green Blue C M Y K H S L
Decimal 83 216 173 0.62 0 0.20 0.15 160.6 0.63 0.59
Hex 53 D8 AD 3E 0 14 F A1 3F 3B
Octal 123 330 255 76 0 24 17 241 77 73
Binary 1010011 11011000 10101101 111110 0 10100 1111 10100001 111111 111011

Color Harmonies of #53D8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D8AD

Black with #53D8AD

Text Example


Text Example

White with #53D8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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