Html Css Color HEX #53FAAC Medium Aquamarine

📋 copy color: '#53FAAC'

red 83 ◦ green 250 ◦ blue 172

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

Shades of Medium Aquamarine #53FAAC

Tints of Medium Aquamarine #53FAAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.06%

R = 16.44%
G = 49.5%
B = 34.06%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#53FAAC (or 0x53FAAC) is known color: Medium Aquamarine. HEX triplet: 53, FA and AC. RGB value is (83,250,172). Sum of RGB (Red+Green+Blue) = 83+250+172=505 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.44% from 505); Green value is 250 (98.05% from 255 or 49.50% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 250 - color contains mainly: green. Hex color #53FAAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53FAAC is #AC0553. Grayscale: #BFBFBF. Windows color (decimal): -11273556 or 11336275. OLE color: 11336275.

HSL color Cylindrical-coordinate representation of color #53FAAC: hue angle of 151.98º 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 #53FAAC is Cyan = 0.67, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 83 250 172 -
CMYK 0.67 0 0.31 0.02
HSL 151.98º 0.94% 0.65% -
HSV(B) 151.98º 0.67% 0.98% -
XYZ 45.2 73.19 50.77 -
YUV 191.18 117.17 50.84 -
System Red Green Blue C M Y K H S L
Decimal 83 250 172 0.67 0 0.31 0.02 151.98 0.94 0.65
Hex 53 FA AC 43 0 1F 2 98 5E 41
Octal 123 372 254 103 0 37 2 230 136 101
Binary 1010011 11111010 10101100 1000011 0 11111 10 10011000 1011110 1000001

Color Harmonies of #53FAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FAAC

Black with #53FAAC

Text Example


Text Example

White with #53FAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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