Html Css Color HEX #52D89D Medium Aquamarine

📋 copy color: '#52D89D'

red 82 ◦ green 216 ◦ blue 157

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

Shades of Medium Aquamarine #52D89D

Tints of Medium Aquamarine #52D89D

RGB

 RED value IS 82 (32.42% from 255) = 18.02%

 GREEN value IS 216 (84.77% from 255) = 47.47%

 BLUE value IS 157 (61.72% from 255) = 34.51%

R = 18.02%
G = 47.47%
B = 34.51%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#52D89D (or 0x52D89D) is known color: Medium Aquamarine. HEX triplet: 52, D8 and 9D. RGB value is (82,216,157). Sum of RGB (Red+Green+Blue) = 82+216+157=455 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.02% from 455); Green value is 216 (84.77% from 255 or 47.47% from 455); Blue value is 157 (61.72% from 255 or 34.51% from 455); Max value from RGB is 216 - color contains mainly: green. Hex color #52D89D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D89D is #AD2762. Grayscale: #A9A9A9. Windows color (decimal): -11347811 or 10344530. OLE color: 10344530.

HSL color Cylindrical-coordinate representation of color #52D89D: hue angle of 153.58º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D89D is Cyan = 0.62, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 216 157 -
CMYK 0.62 0 0.27 0.15
HSL 153.58º 0.63% 0.58% -
HSV(B) 153.58º 0.62% 0.85% -
XYZ 34.12 53.34 40.4 -
YUV 169.21 121.11 65.8 -
System Red Green Blue C M Y K H S L
Decimal 82 216 157 0.62 0 0.27 0.15 153.58 0.63 0.58
Hex 52 D8 9D 3E 0 1B F 9A 3F 3A
Octal 122 330 235 76 0 33 17 232 77 72
Binary 1010010 11011000 10011101 111110 0 11011 1111 10011010 111111 111010

Color Harmonies of #52D89D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D89D

Black with #52D89D

Text Example


Text Example

White with #52D89D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52D89D; }

 p { color: rgb(82,216,157); }

 H1.HeaderClassName
 {
   color: #52D89D;
 }
 .AnyTagClassName
 {
   color: #52D89D;
 }
</style>

background-color css

<style>
 a { background-color: #52D89D; }

 a { background-color: rgb(82,216,157); }

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

border-color css

<style>
 span { border-color: #52D89D; }

 span { border-color: rgb(82,216,157); }

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