Html Css Color HEX #53D1B7 Medium Aquamarine

📋 copy color: '#53D1B7'

red 83 ◦ green 209 ◦ blue 183

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

Shades of Medium Aquamarine #53D1B7

Tints of Medium Aquamarine #53D1B7

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44%

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

R = 17.47%
G = 44%
B = 38.53%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#53D1B7 (or 0x53D1B7) is known color: Medium Aquamarine. HEX triplet: 53, D1 and B7. RGB value is (83,209,183). Sum of RGB (Red+Green+Blue) = 83+209+183=475 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.47% from 475); Green value is 209 (82.03% from 255 or 44% from 475); Blue value is 183 (71.88% from 255 or 38.53% from 475); Max value from RGB is 209 - color contains mainly: green. Hex color #53D1B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53D1B7 is #AC2E48. Grayscale: #A8A8A8. Windows color (decimal): -11284041 or 12046675. OLE color: 12046675.

HSL color Cylindrical-coordinate representation of color #53D1B7: hue angle of 167.62º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53D1B7 is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 83 209 183 -
CMYK 0.60 0 0.12 0.18
HSL 167.62º 0.58% 0.57% -
HSV(B) 167.62º 0.6% 0.82% -
XYZ 34.91 50.86 52.78 -
YUV 168.36 136.26 67.11 -
System Red Green Blue C M Y K H S L
Decimal 83 209 183 0.60 0 0.12 0.18 167.62 0.58 0.57
Hex 53 D1 B7 3C 0 C 12 A8 3A 39
Octal 123 321 267 74 0 14 22 250 72 71
Binary 1010011 11010001 10110111 111100 0 1100 10010 10101000 111010 111001

Color Harmonies of #53D1B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D1B7

Black with #53D1B7

Text Example


Text Example

White with #53D1B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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