Html Css Color HEX #52EEB2 Medium Aquamarine

📋 copy color: '#52EEB2'

red 82 ◦ green 238 ◦ blue 178

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

Shades of Medium Aquamarine #52EEB2

Tints of Medium Aquamarine #52EEB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.74%

R = 16.47%
G = 47.79%
B = 35.74%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#52EEB2 (or 0x52EEB2) is known color: Medium Aquamarine. HEX triplet: 52, EE and B2. RGB value is (82,238,178). Sum of RGB (Red+Green+Blue) = 82+238+178=498 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.47% from 498); Green value is 238 (93.36% from 255 or 47.79% from 498); Blue value is 178 (69.92% from 255 or 35.74% from 498); Max value from RGB is 238 - color contains mainly: green. Hex color #52EEB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52EEB2 is #AD114D. Grayscale: #B8B8B8. Windows color (decimal): -11342158 or 11726418. OLE color: 11726418.

HSL color Cylindrical-coordinate representation of color #52EEB2: hue angle of 156.92º 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 #52EEB2 is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 238 178 -
CMYK 0.66 0 0.25 0.07
HSL 156.92º 0.82% 0.63% -
HSV(B) 156.92º 0.66% 0.93% -
XYZ 42.09 66.16 52.67 -
YUV 184.52 124.32 54.88 -
System Red Green Blue C M Y K H S L
Decimal 82 238 178 0.66 0 0.25 0.07 156.92 0.82 0.63
Hex 52 EE B2 42 0 19 7 9D 52 3F
Octal 122 356 262 102 0 31 7 235 122 77
Binary 1010010 11101110 10110010 1000010 0 11001 111 10011101 1010010 111111

Color Harmonies of #52EEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EEB2

Black with #52EEB2

Text Example


Text Example

White with #52EEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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