Html Css Color HEX #52D6A4 Medium Aquamarine

📋 copy color: '#52D6A4'

red 82 ◦ green 214 ◦ blue 164

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

Shades of Medium Aquamarine #52D6A4

Tints of Medium Aquamarine #52D6A4

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.52%

 BLUE value IS 164 (64.45% from 255) = 35.65%

R = 17.83%
G = 46.52%
B = 35.65%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#52D6A4 (or 0x52D6A4) is known color: Medium Aquamarine. HEX triplet: 52, D6 and A4. RGB value is (82,214,164). Sum of RGB (Red+Green+Blue) = 82+214+164=460 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.83% from 460); Green value is 214 (83.98% from 255 or 46.52% from 460); Blue value is 164 (64.45% from 255 or 35.65% from 460); Max value from RGB is 214 - color contains mainly: green. Hex color #52D6A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D6A4 is #AD295B. Grayscale: #A8A8A8. Windows color (decimal): -11348316 or 10802770. OLE color: 10802770.

HSL color Cylindrical-coordinate representation of color #52D6A4: hue angle of 157.27º degrees, saturation: 0.62, 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 #52D6A4 is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 82 214 164 -
CMYK 0.62 0 0.23 0.16
HSL 157.27º 0.62% 0.58% -
HSV(B) 157.27º 0.62% 0.84% -
XYZ 34.23 52.57 43.46 -
YUV 168.83 125.27 66.07 -
System Red Green Blue C M Y K H S L
Decimal 82 214 164 0.62 0 0.23 0.16 157.27 0.62 0.58
Hex 52 D6 A4 3E 0 17 10 9D 3E 3A
Octal 122 326 244 76 0 27 20 235 76 72
Binary 1010010 11010110 10100100 111110 0 10111 10000 10011101 111110 111010

Color Harmonies of #52D6A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D6A4

Black with #52D6A4

Text Example


Text Example

White with #52D6A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,214,164); }

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

background-color css

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

 a { background-color: rgb(82,214,164); }

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

border-color css

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

 span { border-color: rgb(82,214,164); }

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