Html Css Color HEX #53EAA0 Medium Aquamarine

📋 copy color: '#53EAA0'

red 83 ◦ green 234 ◦ blue 160

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

Shades of Medium Aquamarine #53EAA0

Tints of Medium Aquamarine #53EAA0

RGB

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

 GREEN value IS 234 (91.8% from 255) = 49.06%

 BLUE value IS 160 (62.89% from 255) = 33.54%

R = 17.4%
G = 49.06%
B = 33.54%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#53EAA0 (or 0x53EAA0) is known color: Medium Aquamarine. HEX triplet: 53, EA and A0. RGB value is (83,234,160). Sum of RGB (Red+Green+Blue) = 83+234+160=477 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.40% from 477); Green value is 234 (91.80% from 255 or 49.06% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 234 - color contains mainly: green. Hex color #53EAA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53EAA0 is #AC155F. Grayscale: #B4B4B4. Windows color (decimal): -11277664 or 10545747. OLE color: 10545747.

HSL color Cylindrical-coordinate representation of color #53EAA0: hue angle of 150.6º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53EAA0 is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 83 234 160 -
CMYK 0.65 0 0.32 0.08
HSL 150.6º 0.78% 0.62% -
HSV(B) 150.6º 0.65% 0.92% -
XYZ 39.34 63.22 43.39 -
YUV 180.42 116.47 58.52 -
System Red Green Blue C M Y K H S L
Decimal 83 234 160 0.65 0 0.32 0.08 150.6 0.78 0.62
Hex 53 EA A0 41 0 20 8 97 4E 3E
Octal 123 352 240 101 0 40 10 227 116 76
Binary 1010011 11101010 10100000 1000001 0 100000 1000 10010111 1001110 111110

Color Harmonies of #53EAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53EAA0

Black with #53EAA0

Text Example


Text Example

White with #53EAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,234,160); }

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

background-color css

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

 a { background-color: rgb(83,234,160); }

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

border-color css

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

 span { border-color: rgb(83,234,160); }

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