Html Css Color HEX #53DCB7 Medium Aquamarine

📋 copy color: '#53DCB7'

red 83 ◦ green 220 ◦ blue 183

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

Shades of Medium Aquamarine #53DCB7

Tints of Medium Aquamarine #53DCB7

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.27%

 BLUE value IS 183 (71.88% from 255) = 37.65%

R = 17.08%
G = 45.27%
B = 37.65%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#53DCB7 (or 0x53DCB7) is known color: Medium Aquamarine. HEX triplet: 53, DC and B7. RGB value is (83,220,183). Sum of RGB (Red+Green+Blue) = 83+220+183=486 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.08% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 183 (71.88% from 255 or 37.65% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #53DCB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DCB7 is #AC2348. Grayscale: #AEAEAE. Windows color (decimal): -11281225 or 12049491. OLE color: 12049491.

HSL color Cylindrical-coordinate representation of color #53DCB7: hue angle of 163.8º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53DCB7 is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 220 183 -
CMYK 0.62 0 0.17 0.14
HSL 163.8º 0.66% 0.59% -
HSV(B) 163.8º 0.62% 0.86% -
XYZ 37.71 56.44 53.71 -
YUV 174.82 132.61 62.51 -
System Red Green Blue C M Y K H S L
Decimal 83 220 183 0.62 0 0.17 0.14 163.8 0.66 0.59
Hex 53 DC B7 3E 0 11 E A4 42 3B
Octal 123 334 267 76 0 21 16 244 102 73
Binary 1010011 11011100 10110111 111110 0 10001 1110 10100100 1000010 111011

Color Harmonies of #53DCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DCB7

Black with #53DCB7

Text Example


Text Example

White with #53DCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,220,183); }

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

background-color css

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

 a { background-color: rgb(83,220,183); }

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

border-color css

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

 span { border-color: rgb(83,220,183); }

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