Html Css Color HEX #52EFB0 Medium Aquamarine

📋 copy color: '#52EFB0'

red 82 ◦ green 239 ◦ blue 176

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

Shades of Medium Aquamarine #52EFB0

Tints of Medium Aquamarine #52EFB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 35.41%

R = 16.5%
G = 48.09%
B = 35.41%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#52EFB0 (or 0x52EFB0) is known color: Medium Aquamarine. HEX triplet: 52, EF and B0. RGB value is (82,239,176). Sum of RGB (Red+Green+Blue) = 82+239+176=497 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.50% from 497); Green value is 239 (93.75% from 255 or 48.09% from 497); Blue value is 176 (69.14% from 255 or 35.41% from 497); Max value from RGB is 239 - color contains mainly: green. Hex color #52EFB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52EFB0 is #AD104F. Grayscale: #B8B8B8. Windows color (decimal): -11341904 or 11595602. OLE color: 11595602.

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

Color convert

RGB 82 239 176 -
CMYK 0.66 0 0.26 0.06
HSL 155.92º 0.83% 0.63% -
HSV(B) 155.92º 0.66% 0.94% -
XYZ 42.18 66.66 51.72 -
YUV 184.88 122.99 54.62 -
System Red Green Blue C M Y K H S L
Decimal 82 239 176 0.66 0 0.26 0.06 155.92 0.83 0.63
Hex 52 EF B0 42 0 1A 6 9C 53 3F
Octal 122 357 260 102 0 32 6 234 123 77
Binary 1010010 11101111 10110000 1000010 0 11010 110 10011100 1010011 111111

Color Harmonies of #52EFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EFB0

Black with #52EFB0

Text Example


Text Example

White with #52EFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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