Html Css Color HEX #53D49A Medium Aquamarine

📋 copy color: '#53D49A'

red 83 ◦ green 212 ◦ blue 154

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

Shades of Medium Aquamarine #53D49A

Tints of Medium Aquamarine #53D49A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 47.22%

 BLUE value IS 154 (60.55% from 255) = 34.3%

R = 18.49%
G = 47.22%
B = 34.3%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#53D49A (or 0x53D49A) is known color: Medium Aquamarine. HEX triplet: 53, D4 and 9A. RGB value is (83,212,154). Sum of RGB (Red+Green+Blue) = 83+212+154=449 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.49% from 449); Green value is 212 (83.20% from 255 or 47.22% from 449); Blue value is 154 (60.55% from 255 or 34.30% from 449); Max value from RGB is 212 - color contains mainly: green. Hex color #53D49A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D49A is #AC2B65. Grayscale: #A6A6A6. Windows color (decimal): -11283302 or 10146899. OLE color: 10146899.

HSL color Cylindrical-coordinate representation of color #53D49A: hue angle of 153.02º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53D49A is Cyan = 0.61, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB 83 212 154 -
CMYK 0.61 0 0.27 0.17
HSL 153.02º 0.6% 0.58% -
HSV(B) 153.02º 0.61% 0.83% -
XYZ 32.94 51.26 38.73 -
YUV 166.82 120.76 68.22 -
System Red Green Blue C M Y K H S L
Decimal 83 212 154 0.61 0 0.27 0.17 153.02 0.6 0.58
Hex 53 D4 9A 3D 0 1B 11 99 3C 3A
Octal 123 324 232 75 0 33 21 231 74 72
Binary 1010011 11010100 10011010 111101 0 11011 10001 10011001 111100 111010

Color Harmonies of #53D49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D49A

Black with #53D49A

Text Example


Text Example

White with #53D49A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,212,154); }

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

background-color css

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

 a { background-color: rgb(83,212,154); }

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

border-color css

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

 span { border-color: rgb(83,212,154); }

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