Html Css Color HEX #52DC96 Medium Aquamarine

📋 copy color: '#52DC96'

red 82 ◦ green 220 ◦ blue 150

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

Shades of Medium Aquamarine #52DC96

Tints of Medium Aquamarine #52DC96

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.67%

 BLUE value IS 150 (58.98% from 255) = 33.19%

R = 18.14%
G = 48.67%
B = 33.19%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#52DC96 (or 0x52DC96) is known color: Medium Aquamarine. HEX triplet: 52, DC and 96. RGB value is (82,220,150). Sum of RGB (Red+Green+Blue) = 82+220+150=452 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.14% from 452); Green value is 220 (86.33% from 255 or 48.67% from 452); Blue value is 150 (58.98% from 255 or 33.19% from 452); Max value from RGB is 220 - color contains mainly: green. Hex color #52DC96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DC96 is #AD2369. Grayscale: #AAAAAA. Windows color (decimal): -11346794 or 9886802. OLE color: 9886802.

HSL color Cylindrical-coordinate representation of color #52DC96: hue angle of 149.57º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DC96 is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 220 150 -
CMYK 0.63 0 0.32 0.14
HSL 149.57º 0.66% 0.59% -
HSV(B) 149.57º 0.63% 0.86% -
XYZ 34.58 55.18 37.68 -
YUV 170.76 116.28 64.69 -
System Red Green Blue C M Y K H S L
Decimal 82 220 150 0.63 0 0.32 0.14 149.57 0.66 0.59
Hex 52 DC 96 3F 0 20 E 96 42 3B
Octal 122 334 226 77 0 40 16 226 102 73
Binary 1010010 11011100 10010110 111111 0 100000 1110 10010110 1000010 111011

Color Harmonies of #52DC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DC96

Black with #52DC96

Text Example


Text Example

White with #52DC96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,220,150); }

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

background-color css

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

 a { background-color: rgb(82,220,150); }

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

border-color css

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

 span { border-color: rgb(82,220,150); }

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