Html Css Color HEX #53D2AE Medium Aquamarine

📋 copy color: '#53D2AE'

red 83 ◦ green 210 ◦ blue 174

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

Shades of Medium Aquamarine #53D2AE

Tints of Medium Aquamarine #53D2AE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.97%

 BLUE value IS 174 (68.36% from 255) = 37.26%

R = 17.77%
G = 44.97%
B = 37.26%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#53D2AE (or 0x53D2AE) is known color: Medium Aquamarine. HEX triplet: 53, D2 and AE. RGB value is (83,210,174). Sum of RGB (Red+Green+Blue) = 83+210+174=467 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.77% from 467); Green value is 210 (82.42% from 255 or 44.97% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 210 - color contains mainly: green. Hex color #53D2AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D2AE is #AC2D51. Grayscale: #A7A7A7. Windows color (decimal): -11283794 or 11457107. OLE color: 11457107.

HSL color Cylindrical-coordinate representation of color #53D2AE: hue angle of 162.99º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53D2AE is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 83 210 174 -
CMYK 0.60 0 0.17 0.18
HSL 162.99º 0.59% 0.57% -
HSV(B) 162.99º 0.6% 0.82% -
XYZ 34.25 50.99 48.08 -
YUV 167.92 131.42 67.43 -
System Red Green Blue C M Y K H S L
Decimal 83 210 174 0.60 0 0.17 0.18 162.99 0.59 0.57
Hex 53 D2 AE 3C 0 11 12 A3 3B 39
Octal 123 322 256 74 0 21 22 243 73 71
Binary 1010011 11010010 10101110 111100 0 10001 10010 10100011 111011 111001

Color Harmonies of #53D2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D2AE

Black with #53D2AE

Text Example


Text Example

White with #53D2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,210,174); }

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

background-color css

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

 a { background-color: rgb(83,210,174); }

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

border-color css

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

 span { border-color: rgb(83,210,174); }

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