Html Css Color HEX #53FFAA Medium Aquamarine

📋 copy color: '#53FFAA'

red 83 ◦ green 255 ◦ blue 170

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

Shades of Medium Aquamarine #53FFAA

Tints of Medium Aquamarine #53FFAA

RGB

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

 GREEN value IS 255 (100% from 255) = 50.2%

 BLUE value IS 170 (66.8% from 255) = 33.46%

R = 16.34%
G = 50.2%
B = 33.46%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#53FFAA (or 0x53FFAA) is known color: Medium Aquamarine. HEX triplet: 53, FF and AA. RGB value is (83,255,170). Sum of RGB (Red+Green+Blue) = 83+255+170=508 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.34% from 508); Green value is 255 (100% from 255 or 50.20% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 255 - color contains mainly: green. Hex color #53FFAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53FFAA is #AC0055. Grayscale: #C2C2C2. Windows color (decimal): -11272278 or 11206483. OLE color: 11206483.

HSL color Cylindrical-coordinate representation of color #53FFAA: hue angle of 150.35º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53FFAA is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 83 255 170 -
CMYK 0.67 0 0.33 0
HSL 150.35º 1% 0.66% -
HSV(B) 150.35º 0.67% 1% -
XYZ 46.58 76.26 50.29 -
YUV 193.88 114.52 48.91 -
System Red Green Blue C M Y K H S L
Decimal 83 255 170 0.67 0 0.33 0 150.35 1 0.66
Hex 53 FF AA 43 0 21 0 96 64 42
Octal 123 377 252 103 0 41 0 226 144 102
Binary 1010011 11111111 10101010 1000011 0 100001 0 10010110 1100100 1000010

Color Harmonies of #53FFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FFAA

Black with #53FFAA

Text Example


Text Example

White with #53FFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,255,170); }

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

background-color css

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

 a { background-color: rgb(83,255,170); }

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

border-color css

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

 span { border-color: rgb(83,255,170); }

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