Html Css Color HEX #53EEA5 Medium Aquamarine

📋 copy color: '#53EEA5'

red 83 ◦ green 238 ◦ blue 165

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

Shades of Medium Aquamarine #53EEA5

Tints of Medium Aquamarine #53EEA5

RGB

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

 GREEN value IS 238 (93.36% from 255) = 48.97%

 BLUE value IS 165 (64.84% from 255) = 33.95%

R = 17.08%
G = 48.97%
B = 33.95%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#53EEA5 (or 0x53EEA5) is known color: Medium Aquamarine. HEX triplet: 53, EE and A5. RGB value is (83,238,165). Sum of RGB (Red+Green+Blue) = 83+238+165=486 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.08% from 486); Green value is 238 (93.36% from 255 or 48.97% from 486); Blue value is 165 (64.84% from 255 or 33.95% from 486); Max value from RGB is 238 - color contains mainly: green. Hex color #53EEA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53EEA5 is #AC115A. Grayscale: #B7B7B7. Windows color (decimal): -11276635 or 10874451. OLE color: 10874451.

HSL color Cylindrical-coordinate representation of color #53EEA5: hue angle of 151.74º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53EEA5 is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 238 165 -
CMYK 0.65 0 0.31 0.07
HSL 151.74º 0.82% 0.63% -
HSV(B) 151.74º 0.65% 0.93% -
XYZ 40.93 65.7 46.12 -
YUV 183.33 117.65 56.44 -
System Red Green Blue C M Y K H S L
Decimal 83 238 165 0.65 0 0.31 0.07 151.74 0.82 0.63
Hex 53 EE A5 41 0 1F 7 98 52 3F
Octal 123 356 245 101 0 37 7 230 122 77
Binary 1010011 11101110 10100101 1000001 0 11111 111 10011000 1010010 111111

Color Harmonies of #53EEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53EEA5

Black with #53EEA5

Text Example


Text Example

White with #53EEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,238,165); }

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

background-color css

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

 a { background-color: rgb(83,238,165); }

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

border-color css

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

 span { border-color: rgb(83,238,165); }

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