Html Css Color HEX #53D8AF Medium Aquamarine

📋 copy color: '#53D8AF'

red 83 ◦ green 216 ◦ blue 175

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

Shades of Medium Aquamarine #53D8AF

Tints of Medium Aquamarine #53D8AF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.57%

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

R = 17.51%
G = 45.57%
B = 36.92%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#53D8AF (or 0x53D8AF) is known color: Medium Aquamarine. HEX triplet: 53, D8 and AF. RGB value is (83,216,175). Sum of RGB (Red+Green+Blue) = 83+216+175=474 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.51% from 474); Green value is 216 (84.77% from 255 or 45.57% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 216 - color contains mainly: green. Hex color #53D8AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D8AF is #AC2750. Grayscale: #ABABAB. Windows color (decimal): -11282257 or 11524179. OLE color: 11524179.

HSL color Cylindrical-coordinate representation of color #53D8AF: hue angle of 161.5º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53D8AF is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 83 216 175 -
CMYK 0.62 0 0.19 0.15
HSL 161.5º 0.63% 0.59% -
HSV(B) 161.5º 0.62% 0.85% -
XYZ 35.86 54.05 49.1 -
YUV 171.56 129.94 64.83 -
System Red Green Blue C M Y K H S L
Decimal 83 216 175 0.62 0 0.19 0.15 161.5 0.63 0.59
Hex 53 D8 AF 3E 0 13 F A2 3F 3B
Octal 123 330 257 76 0 23 17 242 77 73
Binary 1010011 11011000 10101111 111110 0 10011 1111 10100010 111111 111011

Color Harmonies of #53D8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D8AF

Black with #53D8AF

Text Example


Text Example

White with #53D8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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