Html Css Color HEX #53D6A9 Medium Aquamarine

📋 copy color: '#53D6A9'

red 83 ◦ green 214 ◦ blue 169

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

Shades of Medium Aquamarine #53D6A9

Tints of Medium Aquamarine #53D6A9

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.92%

 BLUE value IS 169 (66.41% from 255) = 36.27%

R = 17.81%
G = 45.92%
B = 36.27%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#53D6A9 (or 0x53D6A9) is known color: Medium Aquamarine. HEX triplet: 53, D6 and A9. RGB value is (83,214,169). Sum of RGB (Red+Green+Blue) = 83+214+169=466 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.81% from 466); Green value is 214 (83.98% from 255 or 45.92% from 466); Blue value is 169 (66.41% from 255 or 36.27% from 466); Max value from RGB is 214 - color contains mainly: green. Hex color #53D6A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D6A9 is #AC2956. Grayscale: #A9A9A9. Windows color (decimal): -11282775 or 11130451. OLE color: 11130451.

HSL color Cylindrical-coordinate representation of color #53D6A9: hue angle of 159.39º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53D6A9 is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 83 214 169 -
CMYK 0.61 0 0.21 0.16
HSL 159.39º 0.62% 0.58% -
HSV(B) 159.39º 0.61% 0.84% -
XYZ 34.78 52.8 45.89 -
YUV 169.7 127.6 66.16 -
System Red Green Blue C M Y K H S L
Decimal 83 214 169 0.61 0 0.21 0.16 159.39 0.62 0.58
Hex 53 D6 A9 3D 0 15 10 9F 3E 3A
Octal 123 326 251 75 0 25 20 237 76 72
Binary 1010011 11010110 10101001 111101 0 10101 10000 10011111 111110 111010

Color Harmonies of #53D6A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D6A9

Black with #53D6A9

Text Example


Text Example

White with #53D6A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,214,169); }

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

background-color css

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

 a { background-color: rgb(83,214,169); }

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

border-color css

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

 span { border-color: rgb(83,214,169); }

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