Html Css Color HEX #53EBA0 Medium Aquamarine

📋 copy color: '#53EBA0'

red 83 ◦ green 235 ◦ blue 160

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

Shades of Medium Aquamarine #53EBA0

Tints of Medium Aquamarine #53EBA0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 49.16%

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

R = 17.36%
G = 49.16%
B = 33.47%

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

#53EBA0 (or 0x53EBA0) is known color: Medium Aquamarine. HEX triplet: 53, EB and A0. RGB value is (83,235,160). Sum of RGB (Red+Green+Blue) = 83+235+160=478 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.36% from 478); Green value is 235 (92.19% from 255 or 49.16% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 235 - color contains mainly: green. Hex color #53EBA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53EBA0 is #AC145F. Grayscale: #B5B5B5. Windows color (decimal): -11277408 or 10546003. OLE color: 10546003.

HSL color Cylindrical-coordinate representation of color #53EBA0: hue angle of 150.39º degrees, saturation: 0.79, 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 #53EBA0 is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 83 235 160 -
CMYK 0.65 0 0.32 0.08
HSL 150.39º 0.79% 0.62% -
HSV(B) 150.39º 0.65% 0.92% -
XYZ 39.62 63.79 43.48 -
YUV 181 116.14 58.1 -
System Red Green Blue C M Y K H S L
Decimal 83 235 160 0.65 0 0.32 0.08 150.39 0.79 0.62
Hex 53 EB A0 41 0 20 8 96 4F 3E
Octal 123 353 240 101 0 40 10 226 117 76
Binary 1010011 11101011 10100000 1000001 0 100000 1000 10010110 1001111 111110

Color Harmonies of #53EBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53EBA0

Black with #53EBA0

Text Example


Text Example

White with #53EBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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