Html Css Color HEX #53F0A3 Medium Aquamarine

📋 copy color: '#53F0A3'

red 83 ◦ green 240 ◦ blue 163

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

Shades of Medium Aquamarine #53F0A3

Tints of Medium Aquamarine #53F0A3

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.38%

 BLUE value IS 163 (64.06% from 255) = 33.54%

R = 17.08%
G = 49.38%
B = 33.54%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#53F0A3 (or 0x53F0A3) is known color: Medium Aquamarine. HEX triplet: 53, F0 and A3. RGB value is (83,240,163). Sum of RGB (Red+Green+Blue) = 83+240+163=486 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.08% from 486); Green value is 240 (94.14% from 255 or 49.38% from 486); Blue value is 163 (64.06% from 255 or 33.54% from 486); Max value from RGB is 240 - color contains mainly: green. Hex color #53F0A3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53F0A3 is #AC0F5C. Grayscale: #B8B8B8. Windows color (decimal): -11276125 or 10743891. OLE color: 10743891.

HSL color Cylindrical-coordinate representation of color #53F0A3: hue angle of 150.57º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53F0A3 is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB 83 240 163 -
CMYK 0.65 0 0.32 0.06
HSL 150.57º 0.84% 0.63% -
HSV(B) 150.57º 0.65% 0.94% -
XYZ 41.34 66.8 45.37 -
YUV 184.28 115.99 55.76 -
System Red Green Blue C M Y K H S L
Decimal 83 240 163 0.65 0 0.32 0.06 150.57 0.84 0.63
Hex 53 F0 A3 41 0 20 6 97 54 3F
Octal 123 360 243 101 0 40 6 227 124 77
Binary 1010011 11110000 10100011 1000001 0 100000 110 10010111 1010100 111111

Color Harmonies of #53F0A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F0A3

Black with #53F0A3

Text Example


Text Example

White with #53F0A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,240,163); }

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

background-color css

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

 a { background-color: rgb(83,240,163); }

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

border-color css

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

 span { border-color: rgb(83,240,163); }

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