Html Css Color HEX #53F0AB Medium Aquamarine

📋 copy color: '#53F0AB'

red 83 ◦ green 240 ◦ blue 171

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

Shades of Medium Aquamarine #53F0AB

Tints of Medium Aquamarine #53F0AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.62%

R = 16.8%
G = 48.58%
B = 34.62%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#53F0AB (or 0x53F0AB) is known color: Medium Aquamarine. HEX triplet: 53, F0 and AB. RGB value is (83,240,171). Sum of RGB (Red+Green+Blue) = 83+240+171=494 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.80% from 494); Green value is 240 (94.14% from 255 or 48.58% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 240 - color contains mainly: green. Hex color #53F0AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53F0AB is #AC0F54. Grayscale: #B9B9B9. Windows color (decimal): -11276117 or 11268179. OLE color: 11268179.

HSL color Cylindrical-coordinate representation of color #53F0AB: hue angle of 153.63º 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 #53F0AB is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 83 240 171 -
CMYK 0.65 0 0.29 0.06
HSL 153.63º 0.84% 0.63% -
HSV(B) 153.63º 0.65% 0.94% -
XYZ 42.08 67.1 49.26 -
YUV 185.19 119.99 55.11 -
System Red Green Blue C M Y K H S L
Decimal 83 240 171 0.65 0 0.29 0.06 153.63 0.84 0.63
Hex 53 F0 AB 41 0 1D 6 9A 54 3F
Octal 123 360 253 101 0 35 6 232 124 77
Binary 1010011 11110000 10101011 1000001 0 11101 110 10011010 1010100 111111

Color Harmonies of #53F0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F0AB

Black with #53F0AB

Text Example


Text Example

White with #53F0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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