Html Css Color HEX #52F2A9 Medium Aquamarine

📋 copy color: '#52F2A9'

red 82 ◦ green 242 ◦ blue 169

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

Shades of Medium Aquamarine #52F2A9

Tints of Medium Aquamarine #52F2A9

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.09%

 BLUE value IS 169 (66.41% from 255) = 34.28%

R = 16.63%
G = 49.09%
B = 34.28%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#52F2A9 (or 0x52F2A9) is known color: Medium Aquamarine. HEX triplet: 52, F2 and A9. RGB value is (82,242,169). Sum of RGB (Red+Green+Blue) = 82+242+169=493 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.63% from 493); Green value is 242 (94.92% from 255 or 49.09% from 493); Blue value is 169 (66.41% from 255 or 34.28% from 493); Max value from RGB is 242 - color contains mainly: green. Hex color #52F2A9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F2A9 is #AD0D56. Grayscale: #B9B9B9. Windows color (decimal): -11341143 or 11137618. OLE color: 11137618.

HSL color Cylindrical-coordinate representation of color #52F2A9: hue angle of 152.62º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F2A9 is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 82 242 169 -
CMYK 0.66 0 0.30 0.05
HSL 152.63º 0.86% 0.64% -
HSV(B) 152.63º 0.66% 0.95% -
XYZ 42.39 68.16 48.46 -
YUV 185.84 118.49 53.94 -
System Red Green Blue C M Y K H S L
Decimal 82 242 169 0.66 0 0.30 0.05 152.63 0.86 0.64
Hex 52 F2 A9 42 0 1E 5 99 56 40
Octal 122 362 251 102 0 36 5 231 126 100
Binary 1010010 11110010 10101001 1000010 0 11110 101 10011001 1010110 1000000

Color Harmonies of #52F2A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F2A9

Black with #52F2A9

Text Example


Text Example

White with #52F2A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,242,169); }

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

background-color css

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

 a { background-color: rgb(82,242,169); }

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

border-color css

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

 span { border-color: rgb(82,242,169); }

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