Html Css Color HEX #52FDA2 Medium Aquamarine

📋 copy color: '#52FDA2'

red 82 ◦ green 253 ◦ blue 162

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

Shades of Medium Aquamarine #52FDA2

Tints of Medium Aquamarine #52FDA2

RGB

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

 GREEN value IS 253 (99.22% from 255) = 50.91%

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

R = 16.5%
G = 50.91%
B = 32.6%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#52FDA2 (or 0x52FDA2) is known color: Medium Aquamarine. HEX triplet: 52, FD and A2. RGB value is (82,253,162). Sum of RGB (Red+Green+Blue) = 82+253+162=497 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.50% from 497); Green value is 253 (99.22% from 255 or 50.91% from 497); Blue value is 162 (63.67% from 255 or 32.60% from 497); Max value from RGB is 253 - color contains mainly: green. Hex color #52FDA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52FDA2 is #AD025D. Grayscale: #BFBFBF. Windows color (decimal): -11338334 or 10681682. OLE color: 10681682.

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

Color convert

RGB 82 253 162 -
CMYK 0.68 0 0.36 0.01
HSL 148.07º 0.98% 0.66% -
HSV(B) 148.07º 0.68% 0.99% -
XYZ 45.13 74.65 46.21 -
YUV 191.5 111.35 49.9 -
System Red Green Blue C M Y K H S L
Decimal 82 253 162 0.68 0 0.36 0.01 148.07 0.98 0.66
Hex 52 FD A2 44 0 24 1 94 62 42
Octal 122 375 242 104 0 44 1 224 142 102
Binary 1010010 11111101 10100010 1000100 0 100100 1 10010100 1100010 1000010

Color Harmonies of #52FDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FDA2

Black with #52FDA2

Text Example


Text Example

White with #52FDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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