Html Css Color HEX #53DD9B Medium Aquamarine

📋 copy color: '#53DD9B'

red 83 ◦ green 221 ◦ blue 155

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

Shades of Medium Aquamarine #53DD9B

Tints of Medium Aquamarine #53DD9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.77%

R = 18.08%
G = 48.15%
B = 33.77%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#53DD9B (or 0x53DD9B) is known color: Medium Aquamarine. HEX triplet: 53, DD and 9B. RGB value is (83,221,155). Sum of RGB (Red+Green+Blue) = 83+221+155=459 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.08% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 221 - color contains mainly: green. Hex color #53DD9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53DD9B is #AC2264. Grayscale: #ACACAC. Windows color (decimal): -11280997 or 10214739. OLE color: 10214739.

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

Color convert

RGB 83 221 155 -
CMYK 0.62 0 0.30 0.13
HSL 151.3º 0.67% 0.6% -
HSV(B) 151.3º 0.62% 0.87% -
XYZ 35.34 55.92 39.94 -
YUV 172.21 118.28 64.37 -
System Red Green Blue C M Y K H S L
Decimal 83 221 155 0.62 0 0.30 0.13 151.3 0.67 0.6
Hex 53 DD 9B 3E 0 1E D 97 43 3C
Octal 123 335 233 76 0 36 15 227 103 74
Binary 1010011 11011101 10011011 111110 0 11110 1101 10010111 1000011 111100

Color Harmonies of #53DD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DD9B

Black with #53DD9B

Text Example


Text Example

White with #53DD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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