Html Css Color HEX #52DA9C Medium Aquamarine

📋 copy color: '#52DA9C'

red 82 ◦ green 218 ◦ blue 156

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

Shades of Medium Aquamarine #52DA9C

Tints of Medium Aquamarine #52DA9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.21%

R = 17.98%
G = 47.81%
B = 34.21%

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

#52DA9C (or 0x52DA9C) is known color: Medium Aquamarine. HEX triplet: 52, DA and 9C. RGB value is (82,218,156). Sum of RGB (Red+Green+Blue) = 82+218+156=456 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.98% from 456); Green value is 218 (85.55% from 255 or 47.81% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 218 - color contains mainly: green. Hex color #52DA9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DA9C is #AD2563. Grayscale: #AAAAAA. Windows color (decimal): -11347300 or 10279506. OLE color: 10279506.

HSL color Cylindrical-coordinate representation of color #52DA9C: hue angle of 152.65º 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 #52DA9C is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 218 156 -
CMYK 0.62 0 0.28 0.15
HSL 152.65º 0.65% 0.59% -
HSV(B) 152.65º 0.62% 0.85% -
XYZ 34.55 54.34 40.12 -
YUV 170.27 119.94 65.04 -
System Red Green Blue C M Y K H S L
Decimal 82 218 156 0.62 0 0.28 0.15 152.65 0.65 0.59
Hex 52 DA 9C 3E 0 1C F 99 41 3B
Octal 122 332 234 76 0 34 17 231 101 73
Binary 1010010 11011010 10011100 111110 0 11100 1111 10011001 1000001 111011

Color Harmonies of #52DA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DA9C

Black with #52DA9C

Text Example


Text Example

White with #52DA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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