Html Css Color HEX #52FFAC Medium Aquamarine

📋 copy color: '#52FFAC'

red 82 ◦ green 255 ◦ blue 172

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

Shades of Medium Aquamarine #52FFAC

Tints of Medium Aquamarine #52FFAC

RGB

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

 GREEN value IS 255 (100% from 255) = 50.1%

 BLUE value IS 172 (67.58% from 255) = 33.79%

R = 16.11%
G = 50.1%
B = 33.79%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#52FFAC (or 0x52FFAC) is known color: Medium Aquamarine. HEX triplet: 52, FF and AC. RGB value is (82,255,172). Sum of RGB (Red+Green+Blue) = 82+255+172=509 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.11% from 509); Green value is 255 (100% from 255 or 50.10% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 255 - color contains mainly: green. Hex color #52FFAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52FFAC is #AD0053. Grayscale: #C1C1C1. Windows color (decimal): -11337812 or 11337554. OLE color: 11337554.

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

Color convert

RGB 82 255 172 -
CMYK 0.68 0 0.33 0
HSL 151.21º 1% 0.66% -
HSV(B) 151.21º 0.68% 1% -
XYZ 46.69 76.29 51.3 -
YUV 193.81 115.69 48.25 -
System Red Green Blue C M Y K H S L
Decimal 82 255 172 0.68 0 0.33 0 151.21 1 0.66
Hex 52 FF AC 44 0 21 0 97 64 42
Octal 122 377 254 104 0 41 0 227 144 102
Binary 1010010 11111111 10101100 1000100 0 100001 0 10010111 1100100 1000010

Color Harmonies of #52FFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FFAC

Black with #52FFAC

Text Example


Text Example

White with #52FFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,255,172); }

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

background-color css

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

 a { background-color: rgb(82,255,172); }

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

border-color css

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

 span { border-color: rgb(82,255,172); }

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