Html Css Color HEX #53D09D Medium Aquamarine

📋 copy color: '#53D09D'

red 83 ◦ green 208 ◦ blue 157

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

Shades of Medium Aquamarine #53D09D

Tints of Medium Aquamarine #53D09D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.04%

R = 18.53%
G = 46.43%
B = 35.04%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#53D09D (or 0x53D09D) is known color: Medium Aquamarine. HEX triplet: 53, D0 and 9D. RGB value is (83,208,157). Sum of RGB (Red+Green+Blue) = 83+208+157=448 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.53% from 448); Green value is 208 (81.64% from 255 or 46.43% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 208 - color contains mainly: green. Hex color #53D09D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D09D is #AC2F62. Grayscale: #A4A4A4. Windows color (decimal): -11284323 or 10342483. OLE color: 10342483.

HSL color Cylindrical-coordinate representation of color #53D09D: hue angle of 155.52º 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 #53D09D is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 83 208 157 -
CMYK 0.60 0 0.25 0.18
HSL 155.52º 0.57% 0.57% -
HSV(B) 155.52º 0.6% 0.82% -
XYZ 32.21 49.39 39.73 -
YUV 164.81 123.59 69.65 -
System Red Green Blue C M Y K H S L
Decimal 83 208 157 0.60 0 0.25 0.18 155.52 0.57 0.57
Hex 53 D0 9D 3C 0 19 12 9C 39 39
Octal 123 320 235 74 0 31 22 234 71 71
Binary 1010011 11010000 10011101 111100 0 11001 10010 10011100 111001 111001

Color Harmonies of #53D09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D09D

Black with #53D09D

Text Example


Text Example

White with #53D09D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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