Html Css Color HEX #53DC96 Medium Aquamarine

📋 copy color: '#53DC96'

red 83 ◦ green 220 ◦ blue 150

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

Shades of Medium Aquamarine #53DC96

Tints of Medium Aquamarine #53DC96

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.57%

 BLUE value IS 150 (58.98% from 255) = 33.11%

R = 18.32%
G = 48.57%
B = 33.11%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#53DC96 (or 0x53DC96) is known color: Medium Aquamarine. HEX triplet: 53, DC and 96. RGB value is (83,220,150). Sum of RGB (Red+Green+Blue) = 83+220+150=453 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.32% from 453); Green value is 220 (86.33% from 255 or 48.57% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 220 - color contains mainly: green. Hex color #53DC96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53DC96 is #AC2369. Grayscale: #ABABAB. Windows color (decimal): -11281258 or 9886803. OLE color: 9886803.

HSL color Cylindrical-coordinate representation of color #53DC96: hue angle of 149.34º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53DC96 is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 220 150 -
CMYK 0.62 0 0.32 0.14
HSL 149.34º 0.66% 0.59% -
HSV(B) 149.34º 0.62% 0.86% -
XYZ 34.67 55.23 37.69 -
YUV 171.06 116.11 65.19 -
System Red Green Blue C M Y K H S L
Decimal 83 220 150 0.62 0 0.32 0.14 149.34 0.66 0.59
Hex 53 DC 96 3E 0 20 E 95 42 3B
Octal 123 334 226 76 0 40 16 225 102 73
Binary 1010011 11011100 10010110 111110 0 100000 1110 10010101 1000010 111011

Color Harmonies of #53DC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DC96

Black with #53DC96

Text Example


Text Example

White with #53DC96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,220,150); }

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

background-color css

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

 a { background-color: rgb(83,220,150); }

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

border-color css

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

 span { border-color: rgb(83,220,150); }

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