Html Css Color HEX #53DD9F Medium Aquamarine

📋 copy color: '#53DD9F'

red 83 ◦ green 221 ◦ blue 159

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

Shades of Medium Aquamarine #53DD9F

Tints of Medium Aquamarine #53DD9F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.73%

 BLUE value IS 159 (62.5% from 255) = 34.34%

R = 17.93%
G = 47.73%
B = 34.34%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#53DD9F (or 0x53DD9F) is known color: Medium Aquamarine. HEX triplet: 53, DD and 9F. RGB value is (83,221,159). Sum of RGB (Red+Green+Blue) = 83+221+159=463 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.93% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 159 (62.5% from 255 or 34.34% from 463); Max value from RGB is 221 - color contains mainly: green. Hex color #53DD9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53DD9F is #AC2260. Grayscale: #ACACAC. Windows color (decimal): -11280993 or 10476883. OLE color: 10476883.

HSL color Cylindrical-coordinate representation of color #53DD9F: hue angle of 153.04º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53DD9F is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 221 159 -
CMYK 0.62 0 0.28 0.13
HSL 153.04º 0.67% 0.6% -
HSV(B) 153.04º 0.62% 0.87% -
XYZ 35.68 56.06 41.74 -
YUV 172.67 120.28 64.04 -
System Red Green Blue C M Y K H S L
Decimal 83 221 159 0.62 0 0.28 0.13 153.04 0.67 0.6
Hex 53 DD 9F 3E 0 1C D 99 43 3C
Octal 123 335 237 76 0 34 15 231 103 74
Binary 1010011 11011101 10011111 111110 0 11100 1101 10011001 1000011 111100

Color Harmonies of #53DD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DD9F

Black with #53DD9F

Text Example


Text Example

White with #53DD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,221,159); }

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

background-color css

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

 a { background-color: rgb(83,221,159); }

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

border-color css

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

 span { border-color: rgb(83,221,159); }

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