Html Css Color HEX #53FAA3 Medium Aquamarine

📋 copy color: '#53FAA3'

red 83 ◦ green 250 ◦ blue 163

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

Shades of Medium Aquamarine #53FAA3

Tints of Medium Aquamarine #53FAA3

RGB

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

 GREEN value IS 250 (98.05% from 255) = 50.4%

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

R = 16.73%
G = 50.4%
B = 32.86%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#53FAA3 (or 0x53FAA3) is known color: Medium Aquamarine. HEX triplet: 53, FA and A3. RGB value is (83,250,163). Sum of RGB (Red+Green+Blue) = 83+250+163=496 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.73% from 496); Green value is 250 (98.05% from 255 or 50.40% from 496); Blue value is 163 (64.06% from 255 or 32.86% from 496); Max value from RGB is 250 - color contains mainly: green. Hex color #53FAA3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53FAA3 is #AC055C. Grayscale: #BEBEBE. Windows color (decimal): -11273565 or 10746451. OLE color: 10746451.

HSL color Cylindrical-coordinate representation of color #53FAA3: hue angle of 148.74º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53FAA3 is Cyan = 0.67, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB 83 250 163 -
CMYK 0.67 0 0.35 0.02
HSL 148.74º 0.94% 0.65% -
HSV(B) 148.74º 0.67% 0.98% -
XYZ 44.36 72.85 46.37 -
YUV 190.15 112.67 51.57 -
System Red Green Blue C M Y K H S L
Decimal 83 250 163 0.67 0 0.35 0.02 148.74 0.94 0.65
Hex 53 FA A3 43 0 23 2 95 5E 41
Octal 123 372 243 103 0 43 2 225 136 101
Binary 1010011 11111010 10100011 1000011 0 100011 10 10010101 1011110 1000001

Color Harmonies of #53FAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FAA3

Black with #53FAA3

Text Example


Text Example

White with #53FAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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