Html Css Color HEX #53E4AF Medium Aquamarine

📋 copy color: '#53E4AF'

red 83 ◦ green 228 ◦ blue 175

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

Shades of Medium Aquamarine #53E4AF

Tints of Medium Aquamarine #53E4AF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 46.91%

 BLUE value IS 175 (68.75% from 255) = 36.01%

R = 17.08%
G = 46.91%
B = 36.01%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#53E4AF (or 0x53E4AF) is known color: Medium Aquamarine. HEX triplet: 53, E4 and AF. RGB value is (83,228,175). Sum of RGB (Red+Green+Blue) = 83+228+175=486 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.08% from 486); Green value is 228 (89.45% from 255 or 46.91% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 228 - color contains mainly: green. Hex color #53E4AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53E4AF is #AC1B50. Grayscale: #B2B2B2. Windows color (decimal): -11279185 or 11527251. OLE color: 11527251.

HSL color Cylindrical-coordinate representation of color #53E4AF: hue angle of 158.07º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53E4AF is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 83 228 175 -
CMYK 0.64 0 0.23 0.11
HSL 158.07º 0.73% 0.61% -
HSV(B) 158.07º 0.64% 0.89% -
XYZ 39.05 60.42 50.16 -
YUV 178.6 125.96 59.81 -
System Red Green Blue C M Y K H S L
Decimal 83 228 175 0.64 0 0.23 0.11 158.07 0.73 0.61
Hex 53 E4 AF 40 0 17 B 9E 49 3D
Octal 123 344 257 100 0 27 13 236 111 75
Binary 1010011 11100100 10101111 1000000 0 10111 1011 10011110 1001001 111101

Color Harmonies of #53E4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53E4AF

Black with #53E4AF

Text Example


Text Example

White with #53E4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,228,175); }

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

background-color css

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

 a { background-color: rgb(83,228,175); }

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

border-color css

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

 span { border-color: rgb(83,228,175); }

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