Html Css Color HEX #52EBA7 Medium Aquamarine

📋 copy color: '#52EBA7'

red 82 ◦ green 235 ◦ blue 167

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

Shades of Medium Aquamarine #52EBA7

Tints of Medium Aquamarine #52EBA7

RGB

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

 GREEN value IS 235 (92.19% from 255) = 48.55%

 BLUE value IS 167 (65.63% from 255) = 34.5%

R = 16.94%
G = 48.55%
B = 34.5%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#52EBA7 (or 0x52EBA7) is known color: Medium Aquamarine. HEX triplet: 52, EB and A7. RGB value is (82,235,167). Sum of RGB (Red+Green+Blue) = 82+235+167=484 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.94% from 484); Green value is 235 (92.19% from 255 or 48.55% from 484); Blue value is 167 (65.62% from 255 or 34.50% from 484); Max value from RGB is 235 - color contains mainly: green. Hex color #52EBA7 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52EBA7 is #AD1458. Grayscale: #B5B5B5. Windows color (decimal): -11342937 or 11004754. OLE color: 11004754.

HSL color Cylindrical-coordinate representation of color #52EBA7: hue angle of 153.33º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52EBA7 is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 82 235 167 -
CMYK 0.65 0 0.29 0.08
HSL 153.33º 0.79% 0.62% -
HSV(B) 153.33º 0.65% 0.92% -
XYZ 40.16 64 46.8 -
YUV 181.5 119.81 57.03 -
System Red Green Blue C M Y K H S L
Decimal 82 235 167 0.65 0 0.29 0.08 153.33 0.79 0.62
Hex 52 EB A7 41 0 1D 8 99 4F 3E
Octal 122 353 247 101 0 35 10 231 117 76
Binary 1010010 11101011 10100111 1000001 0 11101 1000 10011001 1001111 111110

Color Harmonies of #52EBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EBA7

Black with #52EBA7

Text Example


Text Example

White with #52EBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,235,167); }

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

background-color css

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

 a { background-color: rgb(82,235,167); }

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

border-color css

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

 span { border-color: rgb(82,235,167); }

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