Html Css Color HEX #53D29A Medium Aquamarine

📋 copy color: '#53D29A'

red 83 ◦ green 210 ◦ blue 154

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

Shades of Medium Aquamarine #53D29A

Tints of Medium Aquamarine #53D29A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 46.98%

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

R = 18.57%
G = 46.98%
B = 34.45%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#53D29A (or 0x53D29A) is known color: Medium Aquamarine. HEX triplet: 53, D2 and 9A. RGB value is (83,210,154). Sum of RGB (Red+Green+Blue) = 83+210+154=447 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.57% from 447); Green value is 210 (82.42% from 255 or 46.98% from 447); Blue value is 154 (60.55% from 255 or 34.45% from 447); Max value from RGB is 210 - color contains mainly: green. Hex color #53D29A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D29A is #AC2D65. Grayscale: #A5A5A5. Windows color (decimal): -11283814 or 10146387. OLE color: 10146387.

HSL color Cylindrical-coordinate representation of color #53D29A: hue angle of 153.54º degrees, saturation: 0.59, 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 #53D29A is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 83 210 154 -
CMYK 0.60 0 0.27 0.18
HSL 153.54º 0.59% 0.57% -
HSV(B) 153.54º 0.6% 0.82% -
XYZ 32.45 50.27 38.56 -
YUV 165.64 121.42 69.05 -
System Red Green Blue C M Y K H S L
Decimal 83 210 154 0.60 0 0.27 0.18 153.54 0.59 0.57
Hex 53 D2 9A 3C 0 1B 12 9A 3B 39
Octal 123 322 232 74 0 33 22 232 73 71
Binary 1010011 11010010 10011010 111100 0 11011 10010 10011010 111011 111001

Color Harmonies of #53D29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D29A

Black with #53D29A

Text Example


Text Example

White with #53D29A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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