Html Css Color HEX #53D5AF Medium Aquamarine

📋 copy color: '#53D5AF'

red 83 ◦ green 213 ◦ blue 175

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

Shades of Medium Aquamarine #53D5AF

Tints of Medium Aquamarine #53D5AF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.22%

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

R = 17.62%
G = 45.22%
B = 37.15%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#53D5AF (or 0x53D5AF) is known color: Medium Aquamarine. HEX triplet: 53, D5 and AF. RGB value is (83,213,175). Sum of RGB (Red+Green+Blue) = 83+213+175=471 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.62% from 471); Green value is 213 (83.59% from 255 or 45.22% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 213 - color contains mainly: green. Hex color #53D5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D5AF is #AC2A50. Grayscale: #A9A9A9. Windows color (decimal): -11283025 or 11523411. OLE color: 11523411.

HSL color Cylindrical-coordinate representation of color #53D5AF: hue angle of 162.46º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53D5AF is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 83 213 175 -
CMYK 0.61 0 0.18 0.16
HSL 162.46º 0.61% 0.58% -
HSV(B) 162.46º 0.61% 0.84% -
XYZ 35.1 52.52 48.85 -
YUV 169.8 130.93 66.09 -
System Red Green Blue C M Y K H S L
Decimal 83 213 175 0.61 0 0.18 0.16 162.46 0.61 0.58
Hex 53 D5 AF 3D 0 12 10 A2 3D 3A
Octal 123 325 257 75 0 22 20 242 75 72
Binary 1010011 11010101 10101111 111101 0 10010 10000 10100010 111101 111010

Color Harmonies of #53D5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D5AF

Black with #53D5AF

Text Example


Text Example

White with #53D5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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