Html Css Color HEX #52EFA2 Medium Aquamarine

📋 copy color: '#52EFA2'

red 82 ◦ green 239 ◦ blue 162

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

Shades of Medium Aquamarine #52EFA2

Tints of Medium Aquamarine #52EFA2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.48%

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

R = 16.98%
G = 49.48%
B = 33.54%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#52EFA2 (or 0x52EFA2) is known color: Medium Aquamarine. HEX triplet: 52, EF and A2. RGB value is (82,239,162). Sum of RGB (Red+Green+Blue) = 82+239+162=483 (63% of max value = 765). Red value is 82 (32.42% from 255 or 16.98% from 483); Green value is 239 (93.75% from 255 or 49.48% from 483); Blue value is 162 (63.67% from 255 or 33.54% from 483); Max value from RGB is 239 - color contains mainly: green. Hex color #52EFA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52EFA2 is #AD105D. Grayscale: #B7B7B7. Windows color (decimal): -11341918 or 10678098. OLE color: 10678098.

HSL color Cylindrical-coordinate representation of color #52EFA2: hue angle of 150.57º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52EFA2 is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 239 162 -
CMYK 0.66 0 0.32 0.06
HSL 150.57º 0.83% 0.63% -
HSV(B) 150.57º 0.66% 0.94% -
XYZ 40.87 66.14 44.79 -
YUV 183.28 115.99 55.76 -
System Red Green Blue C M Y K H S L
Decimal 82 239 162 0.66 0 0.32 0.06 150.57 0.83 0.63
Hex 52 EF A2 42 0 20 6 97 53 3F
Octal 122 357 242 102 0 40 6 227 123 77
Binary 1010010 11101111 10100010 1000010 0 100000 110 10010111 1010011 111111

Color Harmonies of #52EFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EFA2

Black with #52EFA2

Text Example


Text Example

White with #52EFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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