Html Css Color HEX #53ECAC Medium Aquamarine

📋 copy color: '#53ECAC'

red 83 ◦ green 236 ◦ blue 172

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

Shades of Medium Aquamarine #53ECAC

Tints of Medium Aquamarine #53ECAC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.07%

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

R = 16.9%
G = 48.07%
B = 35.03%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#53ECAC (or 0x53ECAC) is known color: Medium Aquamarine. HEX triplet: 53, EC and AC. RGB value is (83,236,172). Sum of RGB (Red+Green+Blue) = 83+236+172=491 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.90% from 491); Green value is 236 (92.58% from 255 or 48.07% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 236 - color contains mainly: green. Hex color #53ECAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53ECAC is #AC1353. Grayscale: #B7B7B7. Windows color (decimal): -11277140 or 11332691. OLE color: 11332691.

HSL color Cylindrical-coordinate representation of color #53ECAC: hue angle of 154.9º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53ECAC is Cyan = 0.65, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 236 172 -
CMYK 0.65 0 0.27 0.07
HSL 154.9º 0.8% 0.63% -
HSV(B) 154.9º 0.65% 0.93% -
XYZ 41.01 64.81 49.38 -
YUV 182.96 121.81 56.7 -
System Red Green Blue C M Y K H S L
Decimal 83 236 172 0.65 0 0.27 0.07 154.9 0.8 0.63
Hex 53 EC AC 41 0 1B 7 9B 50 3F
Octal 123 354 254 101 0 33 7 233 120 77
Binary 1010011 11101100 10101100 1000001 0 11011 111 10011011 1010000 111111

Color Harmonies of #53ECAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53ECAC

Black with #53ECAC

Text Example


Text Example

White with #53ECAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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