Html Css Color HEX #52F2AF Medium Aquamarine

📋 copy color: '#52F2AF'

red 82 ◦ green 242 ◦ blue 175

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

Shades of Medium Aquamarine #52F2AF

Tints of Medium Aquamarine #52F2AF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.5%

 BLUE value IS 175 (68.75% from 255) = 35.07%

R = 16.43%
G = 48.5%
B = 35.07%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#52F2AF (or 0x52F2AF) is known color: Medium Aquamarine. HEX triplet: 52, F2 and AF. RGB value is (82,242,175). Sum of RGB (Red+Green+Blue) = 82+242+175=499 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.43% from 499); Green value is 242 (94.92% from 255 or 48.50% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 242 - color contains mainly: green. Hex color #52F2AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F2AF is #AD0D50. Grayscale: #BABABA. Windows color (decimal): -11341137 or 11530834. OLE color: 11530834.

HSL color Cylindrical-coordinate representation of color #52F2AF: hue angle of 154.88º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F2AF is Cyan = 0.66, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 82 242 175 -
CMYK 0.66 0 0.28 0.05
HSL 154.88º 0.86% 0.64% -
HSV(B) 154.88º 0.66% 0.95% -
XYZ 42.97 68.39 51.49 -
YUV 186.52 121.49 53.45 -
System Red Green Blue C M Y K H S L
Decimal 82 242 175 0.66 0 0.28 0.05 154.88 0.86 0.64
Hex 52 F2 AF 42 0 1C 5 9B 56 40
Octal 122 362 257 102 0 34 5 233 126 100
Binary 1010010 11110010 10101111 1000010 0 11100 101 10011011 1010110 1000000

Color Harmonies of #52F2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F2AF

Black with #52F2AF

Text Example


Text Example

White with #52F2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,242,175); }

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

background-color css

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

 a { background-color: rgb(82,242,175); }

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

border-color css

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

 span { border-color: rgb(82,242,175); }

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