Html Css Color HEX #53DAB6 Medium Aquamarine

📋 copy color: '#53DAB6'

red 83 ◦ green 218 ◦ blue 182

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

Shades of Medium Aquamarine #53DAB6

Tints of Medium Aquamarine #53DAB6

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.13%

 BLUE value IS 182 (71.48% from 255) = 37.68%

R = 17.18%
G = 45.13%
B = 37.68%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#53DAB6 (or 0x53DAB6) is known color: Medium Aquamarine. HEX triplet: 53, DA and B6. RGB value is (83,218,182). Sum of RGB (Red+Green+Blue) = 83+218+182=483 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.18% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 182 (71.48% from 255 or 37.68% from 483); Max value from RGB is 218 - color contains mainly: green. Hex color #53DAB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DAB6 is #AC2549. Grayscale: #ADADAD. Windows color (decimal): -11281738 or 11983443. OLE color: 11983443.

HSL color Cylindrical-coordinate representation of color #53DAB6: hue angle of 164º degrees, saturation: 0.65, 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 #53DAB6 is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 83 218 182 -
CMYK 0.62 0 0.17 0.15
HSL 164º 0.65% 0.59% -
HSV(B) 164º 0.62% 0.85% -
XYZ 37.08 55.36 52.99 -
YUV 173.53 132.77 63.43 -
System Red Green Blue C M Y K H S L
Decimal 83 218 182 0.62 0 0.17 0.15 164 0.65 0.59
Hex 53 DA B6 3E 0 11 F A4 41 3B
Octal 123 332 266 76 0 21 17 244 101 73
Binary 1010011 11011010 10110110 111110 0 10001 1111 10100100 1000001 111011

Color Harmonies of #53DAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DAB6

Black with #53DAB6

Text Example


Text Example

White with #53DAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,218,182); }

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

background-color css

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

 a { background-color: rgb(83,218,182); }

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

border-color css

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

 span { border-color: rgb(83,218,182); }

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