Html Css Color HEX #52FFA9 Medium Aquamarine

📋 copy color: '#52FFA9'

red 82 ◦ green 255 ◦ blue 169

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

Shades of Medium Aquamarine #52FFA9

Tints of Medium Aquamarine #52FFA9

RGB

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

 GREEN value IS 255 (100% from 255) = 50.4%

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

R = 16.21%
G = 50.4%
B = 33.4%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.34

 K value IS 0

RGB Variations

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

Color information

#52FFA9 (or 0x52FFA9) is known color: Medium Aquamarine. HEX triplet: 52, FF and A9. RGB value is (82,255,169). Sum of RGB (Red+Green+Blue) = 82+255+169=506 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.21% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 169 (66.41% from 255 or 33.40% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #52FFA9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52FFA9 is #AD0056. Grayscale: #C1C1C1. Windows color (decimal): -11337815 or 11140946. OLE color: 11140946.

HSL color Cylindrical-coordinate representation of color #52FFA9: hue angle of 150.17º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52FFA9 is Cyan = 0.68, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.

Color convert

RGB 82 255 169 -
CMYK 0.68 0 0.34 0
HSL 150.17º 1% 0.66% -
HSV(B) 150.17º 0.68% 1% -
XYZ 46.4 76.18 49.79 -
YUV 193.47 114.19 48.49 -
System Red Green Blue C M Y K H S L
Decimal 82 255 169 0.68 0 0.34 0 150.17 1 0.66
Hex 52 FF A9 44 0 22 0 96 64 42
Octal 122 377 251 104 0 42 0 226 144 102
Binary 1010010 11111111 10101001 1000100 0 100010 0 10010110 1100100 1000010

Color Harmonies of #52FFA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FFA9

Black with #52FFA9

Text Example


Text Example

White with #52FFA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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