Html Css Color HEX #52FAAA Medium Aquamarine

📋 copy color: '#52FAAA'

red 82 ◦ green 250 ◦ blue 170

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

Shades of Medium Aquamarine #52FAAA

Tints of Medium Aquamarine #52FAAA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.8%

 BLUE value IS 170 (66.8% from 255) = 33.86%

R = 16.33%
G = 49.8%
B = 33.86%

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

#52FAAA (or 0x52FAAA) is known color: Medium Aquamarine. HEX triplet: 52, FA and AA. RGB value is (82,250,170). Sum of RGB (Red+Green+Blue) = 82+250+170=502 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.33% from 502); Green value is 250 (98.05% from 255 or 49.80% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 250 - color contains mainly: green. Hex color #52FAAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52FAAA is #AD0555. Grayscale: #BEBEBE. Windows color (decimal): -11339094 or 11205202. OLE color: 11205202.

HSL color Cylindrical-coordinate representation of color #52FAAA: hue angle of 151.43º degrees, saturation: 0.94, 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 #52FAAA is Cyan = 0.67, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 250 170 -
CMYK 0.67 0 0.32 0.02
HSL 151.43º 0.94% 0.65% -
HSV(B) 151.43º 0.67% 0.98% -
XYZ 44.92 73.07 49.77 -
YUV 190.65 116.34 50.5 -
System Red Green Blue C M Y K H S L
Decimal 82 250 170 0.67 0 0.32 0.02 151.43 0.94 0.65
Hex 52 FA AA 43 0 20 2 97 5E 41
Octal 122 372 252 103 0 40 2 227 136 101
Binary 1010010 11111010 10101010 1000011 0 100000 10 10010111 1011110 1000001

Color Harmonies of #52FAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FAAA

Black with #52FAAA

Text Example


Text Example

White with #52FAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,250,170); }

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

background-color css

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

 a { background-color: rgb(82,250,170); }

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

border-color css

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

 span { border-color: rgb(82,250,170); }

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