Html Css Color HEX #52DA9D Medium Aquamarine

📋 copy color: '#52DA9D'

red 82 ◦ green 218 ◦ blue 157

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

Shades of Medium Aquamarine #52DA9D

Tints of Medium Aquamarine #52DA9D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.7%

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

R = 17.94%
G = 47.7%
B = 34.35%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#52DA9D (or 0x52DA9D) is known color: Medium Aquamarine. HEX triplet: 52, DA and 9D. RGB value is (82,218,157). Sum of RGB (Red+Green+Blue) = 82+218+157=457 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.94% from 457); Green value is 218 (85.55% from 255 or 47.70% from 457); Blue value is 157 (61.72% from 255 or 34.35% from 457); Max value from RGB is 218 - color contains mainly: green. Hex color #52DA9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DA9D is #AD2562. Grayscale: #AAAAAA. Windows color (decimal): -11347299 or 10345042. OLE color: 10345042.

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

Color convert

RGB 82 218 157 -
CMYK 0.62 0 0.28 0.15
HSL 153.09º 0.65% 0.59% -
HSV(B) 153.09º 0.62% 0.85% -
XYZ 34.64 54.37 40.57 -
YUV 170.38 120.44 64.96 -
System Red Green Blue C M Y K H S L
Decimal 82 218 157 0.62 0 0.28 0.15 153.09 0.65 0.59
Hex 52 DA 9D 3E 0 1C F 99 41 3B
Octal 122 332 235 76 0 34 17 231 101 73
Binary 1010010 11011010 10011101 111110 0 11100 1111 10011001 1000001 111011

Color Harmonies of #52DA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DA9D

Black with #52DA9D

Text Example


Text Example

White with #52DA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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