Html Css Color HEX #52EEA0 Medium Aquamarine

📋 copy color: '#52EEA0'

red 82 ◦ green 238 ◦ blue 160

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

Shades of Medium Aquamarine #52EEA0

Tints of Medium Aquamarine #52EEA0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 49.58%

 BLUE value IS 160 (62.89% from 255) = 33.33%

R = 17.08%
G = 49.58%
B = 33.33%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#52EEA0 (or 0x52EEA0) is known color: Medium Aquamarine. HEX triplet: 52, EE and A0. RGB value is (82,238,160). Sum of RGB (Red+Green+Blue) = 82+238+160=480 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.08% from 480); Green value is 238 (93.36% from 255 or 49.58% from 480); Blue value is 160 (62.89% from 255 or 33.33% from 480); Max value from RGB is 238 - color contains mainly: green. Hex color #52EEA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52EEA0 is #AD115F. Grayscale: #B6B6B6. Windows color (decimal): -11342176 or 10546770. OLE color: 10546770.

HSL color Cylindrical-coordinate representation of color #52EEA0: hue angle of 150º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52EEA0 is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 238 160 -
CMYK 0.66 0 0.33 0.07
HSL 150º 0.82% 0.63% -
HSV(B) 150º 0.66% 0.93% -
XYZ 40.4 65.48 43.77 -
YUV 182.46 115.32 56.34 -
System Red Green Blue C M Y K H S L
Decimal 82 238 160 0.66 0 0.33 0.07 150 0.82 0.63
Hex 52 EE A0 42 0 21 7 96 52 3F
Octal 122 356 240 102 0 41 7 226 122 77
Binary 1010010 11101110 10100000 1000010 0 100001 111 10010110 1010010 111111

Color Harmonies of #52EEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EEA0

Black with #52EEA0

Text Example


Text Example

White with #52EEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,238,160); }

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

background-color css

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

 a { background-color: rgb(82,238,160); }

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

border-color css

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

 span { border-color: rgb(82,238,160); }

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