Html Css Color HEX #52F9A9 Medium Aquamarine

📋 copy color: '#52F9A9'

red 82 ◦ green 249 ◦ blue 169

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

Shades of Medium Aquamarine #52F9A9

Tints of Medium Aquamarine #52F9A9

RGB

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

 GREEN value IS 249 (97.66% from 255) = 49.8%

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

R = 16.4%
G = 49.8%
B = 33.8%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#52F9A9 (or 0x52F9A9) is known color: Medium Aquamarine. HEX triplet: 52, F9 and A9. RGB value is (82,249,169). Sum of RGB (Red+Green+Blue) = 82+249+169=500 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.4% from 500); Green value is 249 (97.66% from 255 or 49.8% from 500); Blue value is 169 (66.41% from 255 or 33.8% from 500); Max value from RGB is 249 - color contains mainly: green. Hex color #52F9A9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F9A9 is #AD0656. Grayscale: #BEBEBE. Windows color (decimal): -11339351 or 11139410. OLE color: 11139410.

HSL color Cylindrical-coordinate representation of color #52F9A9: hue angle of 151.26º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52F9A9 is Cyan = 0.67, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 249 169 -
CMYK 0.67 0 0.32 0.02
HSL 151.26º 0.93% 0.65% -
HSV(B) 151.26º 0.67% 0.98% -
XYZ 44.52 72.41 49.17 -
YUV 189.95 116.17 51 -
System Red Green Blue C M Y K H S L
Decimal 82 249 169 0.67 0 0.32 0.02 151.26 0.93 0.65
Hex 52 F9 A9 43 0 20 2 97 5D 41
Octal 122 371 251 103 0 40 2 227 135 101
Binary 1010010 11111001 10101001 1000011 0 100000 10 10010111 1011101 1000001

Color Harmonies of #52F9A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F9A9

Black with #52F9A9

Text Example


Text Example

White with #52F9A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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