Html Css Color HEX #53DFBA Medium Aquamarine

📋 copy color: '#53DFBA'

red 83 ◦ green 223 ◦ blue 186

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

Shades of Medium Aquamarine #53DFBA

Tints of Medium Aquamarine #53DFBA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.33%

 BLUE value IS 186 (73.05% from 255) = 37.8%

R = 16.87%
G = 45.33%
B = 37.8%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#53DFBA (or 0x53DFBA) is known color: Medium Aquamarine. HEX triplet: 53, DF and BA. RGB value is (83,223,186). Sum of RGB (Red+Green+Blue) = 83+223+186=492 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.87% from 492); Green value is 223 (87.5% from 255 or 45.33% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 223 - color contains mainly: green. Hex color #53DFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DFBA is #AC2045. Grayscale: #B0B0B0. Windows color (decimal): -11280454 or 12246867. OLE color: 12246867.

HSL color Cylindrical-coordinate representation of color #53DFBA: hue angle of 164.14º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53DFBA is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 223 186 -
CMYK 0.63 0 0.17 0.13
HSL 164.14º 0.69% 0.6% -
HSV(B) 164.14º 0.63% 0.87% -
XYZ 38.82 58.16 55.63 -
YUV 176.92 133.12 61.01 -
System Red Green Blue C M Y K H S L
Decimal 83 223 186 0.63 0 0.17 0.13 164.14 0.69 0.6
Hex 53 DF BA 3F 0 11 D A4 45 3C
Octal 123 337 272 77 0 21 15 244 105 74
Binary 1010011 11011111 10111010 111111 0 10001 1101 10100100 1000101 111100

Color Harmonies of #53DFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DFBA

Black with #53DFBA

Text Example


Text Example

White with #53DFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,223,186); }

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

background-color css

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

 a { background-color: rgb(83,223,186); }

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

border-color css

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

 span { border-color: rgb(83,223,186); }

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