Html Css Color HEX #53EBA4 Medium Aquamarine

📋 copy color: '#53EBA4'

red 83 ◦ green 235 ◦ blue 164

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

Shades of Medium Aquamarine #53EBA4

Tints of Medium Aquamarine #53EBA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 34.02%

R = 17.22%
G = 48.76%
B = 34.02%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#53EBA4 (or 0x53EBA4) is known color: Medium Aquamarine. HEX triplet: 53, EB and A4. RGB value is (83,235,164). Sum of RGB (Red+Green+Blue) = 83+235+164=482 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.22% from 482); Green value is 235 (92.19% from 255 or 48.76% from 482); Blue value is 164 (64.45% from 255 or 34.02% from 482); Max value from RGB is 235 - color contains mainly: green. Hex color #53EBA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53EBA4 is #AC145B. Grayscale: #B5B5B5. Windows color (decimal): -11277404 or 10808147. OLE color: 10808147.

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

Color convert

RGB 83 235 164 -
CMYK 0.65 0 0.30 0.08
HSL 151.97º 0.79% 0.62% -
HSV(B) 151.97º 0.65% 0.92% -
XYZ 39.98 63.94 45.36 -
YUV 181.46 118.14 57.77 -
System Red Green Blue C M Y K H S L
Decimal 83 235 164 0.65 0 0.30 0.08 151.97 0.79 0.62
Hex 53 EB A4 41 0 1E 8 98 4F 3E
Octal 123 353 244 101 0 36 10 230 117 76
Binary 1010011 11101011 10100100 1000001 0 11110 1000 10011000 1001111 111110

Color Harmonies of #53EBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53EBA4

Black with #53EBA4

Text Example


Text Example

White with #53EBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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