Html Css Color HEX #53D2AF Medium Aquamarine

📋 copy color: '#53D2AF'

red 83 ◦ green 210 ◦ blue 175

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

Shades of Medium Aquamarine #53D2AF

Tints of Medium Aquamarine #53D2AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.39%

R = 17.74%
G = 44.87%
B = 37.39%

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

#53D2AF (or 0x53D2AF) is known color: Medium Aquamarine. HEX triplet: 53, D2 and AF. RGB value is (83,210,175). Sum of RGB (Red+Green+Blue) = 83+210+175=468 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.74% from 468); Green value is 210 (82.42% from 255 or 44.87% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 210 - color contains mainly: green. Hex color #53D2AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D2AF is #AC2D50. Grayscale: #A8A8A8. Windows color (decimal): -11283793 or 11522643. OLE color: 11522643.

HSL color Cylindrical-coordinate representation of color #53D2AF: hue angle of 163.46º 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 #53D2AF is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 83 210 175 -
CMYK 0.60 0 0.17 0.18
HSL 163.46º 0.59% 0.57% -
HSV(B) 163.46º 0.6% 0.82% -
XYZ 34.35 51.03 48.6 -
YUV 168.04 131.92 67.35 -
System Red Green Blue C M Y K H S L
Decimal 83 210 175 0.60 0 0.17 0.18 163.46 0.59 0.57
Hex 53 D2 AF 3C 0 11 12 A3 3B 39
Octal 123 322 257 74 0 21 22 243 73 71
Binary 1010011 11010010 10101111 111100 0 10001 10010 10100011 111011 111001

Color Harmonies of #53D2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D2AF

Black with #53D2AF

Text Example


Text Example

White with #53D2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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