Html Css Color HEX #52FAA2 Medium Aquamarine

📋 copy color: '#52FAA2'

red 82 ◦ green 250 ◦ blue 162

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

Shades of Medium Aquamarine #52FAA2

Tints of Medium Aquamarine #52FAA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 32.79%

R = 16.6%
G = 50.61%
B = 32.79%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#52FAA2 (or 0x52FAA2) is known color: Medium Aquamarine. HEX triplet: 52, FA and A2. RGB value is (82,250,162). Sum of RGB (Red+Green+Blue) = 82+250+162=494 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.60% from 494); Green value is 250 (98.05% from 255 or 50.61% from 494); Blue value is 162 (63.67% from 255 or 32.79% from 494); Max value from RGB is 250 - color contains mainly: green. Hex color #52FAA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52FAA2 is #AD055D. Grayscale: #BDBDBD. Windows color (decimal): -11339102 or 10680914. OLE color: 10680914.

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

Color convert

RGB 82 250 162 -
CMYK 0.67 0 0.35 0.02
HSL 148.57º 0.94% 0.65% -
HSV(B) 148.57º 0.67% 0.98% -
XYZ 44.19 72.77 45.9 -
YUV 189.74 112.34 51.16 -
System Red Green Blue C M Y K H S L
Decimal 82 250 162 0.67 0 0.35 0.02 148.57 0.94 0.65
Hex 52 FA A2 43 0 23 2 95 5E 41
Octal 122 372 242 103 0 43 2 225 136 101
Binary 1010010 11111010 10100010 1000011 0 100011 10 10010101 1011110 1000001

Color Harmonies of #52FAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FAA2

Black with #52FAA2

Text Example


Text Example

White with #52FAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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