Html Css Color HEX #52D59D Medium Aquamarine

📋 copy color: '#52D59D'

red 82 ◦ green 213 ◦ blue 157

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

Shades of Medium Aquamarine #52D59D

Tints of Medium Aquamarine #52D59D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.12%

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

R = 18.14%
G = 47.12%
B = 34.73%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#52D59D (or 0x52D59D) is known color: Medium Aquamarine. HEX triplet: 52, D5 and 9D. RGB value is (82,213,157). Sum of RGB (Red+Green+Blue) = 82+213+157=452 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.14% from 452); Green value is 213 (83.59% from 255 or 47.12% from 452); Blue value is 157 (61.72% from 255 or 34.73% from 452); Max value from RGB is 213 - color contains mainly: green. Hex color #52D59D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D59D is #AD2A62. Grayscale: #A7A7A7. Windows color (decimal): -11348579 or 10343762. OLE color: 10343762.

HSL color Cylindrical-coordinate representation of color #52D59D: hue angle of 154.35º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D59D is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 82 213 157 -
CMYK 0.62 0 0.26 0.16
HSL 154.35º 0.61% 0.58% -
HSV(B) 154.35º 0.62% 0.84% -
XYZ 33.36 51.82 40.14 -
YUV 167.45 122.1 67.05 -
System Red Green Blue C M Y K H S L
Decimal 82 213 157 0.62 0 0.26 0.16 154.35 0.61 0.58
Hex 52 D5 9D 3E 0 1A 10 9A 3D 3A
Octal 122 325 235 76 0 32 20 232 75 72
Binary 1010010 11010101 10011101 111110 0 11010 10000 10011010 111101 111010

Color Harmonies of #52D59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D59D

Black with #52D59D

Text Example


Text Example

White with #52D59D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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