Html Css Color HEX #53D0A1 Medium Aquamarine

📋 copy color: '#53D0A1'

red 83 ◦ green 208 ◦ blue 161

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

Shades of Medium Aquamarine #53D0A1

Tints of Medium Aquamarine #53D0A1

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.02%

 BLUE value IS 161 (63.28% from 255) = 35.62%

R = 18.36%
G = 46.02%
B = 35.62%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#53D0A1 (or 0x53D0A1) is known color: Medium Aquamarine. HEX triplet: 53, D0 and A1. RGB value is (83,208,161). Sum of RGB (Red+Green+Blue) = 83+208+161=452 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.36% from 452); Green value is 208 (81.64% from 255 or 46.02% from 452); Blue value is 161 (63.28% from 255 or 35.62% from 452); Max value from RGB is 208 - color contains mainly: green. Hex color #53D0A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D0A1 is #AC2F5E. Grayscale: #A5A5A5. Windows color (decimal): -11284319 or 10604627. OLE color: 10604627.

HSL color Cylindrical-coordinate representation of color #53D0A1: hue angle of 157.44º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53D0A1 is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB 83 208 161 -
CMYK 0.60 0 0.23 0.18
HSL 157.44º 0.57% 0.57% -
HSV(B) 157.44º 0.6% 0.82% -
XYZ 32.56 49.52 41.56 -
YUV 165.27 125.59 69.32 -
System Red Green Blue C M Y K H S L
Decimal 83 208 161 0.60 0 0.23 0.18 157.44 0.57 0.57
Hex 53 D0 A1 3C 0 17 12 9D 39 39
Octal 123 320 241 74 0 27 22 235 71 71
Binary 1010011 11010000 10100001 111100 0 10111 10010 10011101 111001 111001

Color Harmonies of #53D0A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D0A1

Black with #53D0A1

Text Example


Text Example

White with #53D0A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,208,161); }

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

background-color css

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

 a { background-color: rgb(83,208,161); }

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

border-color css

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

 span { border-color: rgb(83,208,161); }

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