Html Css Color HEX #53DFB5 Medium Aquamarine

📋 copy color: '#53DFB5'

red 83 ◦ green 223 ◦ blue 181

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

Shades of Medium Aquamarine #53DFB5

Tints of Medium Aquamarine #53DFB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.17%

R = 17.04%
G = 45.79%
B = 37.17%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#53DFB5 (or 0x53DFB5) is known color: Medium Aquamarine. HEX triplet: 53, DF and B5. RGB value is (83,223,181). Sum of RGB (Red+Green+Blue) = 83+223+181=487 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.04% from 487); Green value is 223 (87.5% from 255 or 45.79% from 487); Blue value is 181 (71.09% from 255 or 37.17% from 487); Max value from RGB is 223 - color contains mainly: green. Hex color #53DFB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DFB5 is #AC204A. Grayscale: #B0B0B0. Windows color (decimal): -11280459 or 11919187. OLE color: 11919187.

HSL color Cylindrical-coordinate representation of color #53DFB5: hue angle of 162º 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 #53DFB5 is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 223 181 -
CMYK 0.63 0 0.19 0.13
HSL 162º 0.69% 0.6% -
HSV(B) 162º 0.63% 0.87% -
XYZ 38.3 57.95 52.88 -
YUV 176.35 130.62 61.42 -
System Red Green Blue C M Y K H S L
Decimal 83 223 181 0.63 0 0.19 0.13 162 0.69 0.6
Hex 53 DF B5 3F 0 13 D A2 45 3C
Octal 123 337 265 77 0 23 15 242 105 74
Binary 1010011 11011111 10110101 111111 0 10011 1101 10100010 1000101 111100

Color Harmonies of #53DFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DFB5

Black with #53DFB5

Text Example


Text Example

White with #53DFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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