Html Css Color HEX #52F2AB Medium Aquamarine

📋 copy color: '#52F2AB'

red 82 ◦ green 242 ◦ blue 171

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

Shades of Medium Aquamarine #52F2AB

Tints of Medium Aquamarine #52F2AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.55%

R = 16.57%
G = 48.89%
B = 34.55%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#52F2AB (or 0x52F2AB) is known color: Medium Aquamarine. HEX triplet: 52, F2 and AB. RGB value is (82,242,171). Sum of RGB (Red+Green+Blue) = 82+242+171=495 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.57% from 495); Green value is 242 (94.92% from 255 or 48.89% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 242 - color contains mainly: green. Hex color #52F2AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F2AB is #AD0D54. Grayscale: #BABABA. Windows color (decimal): -11341141 or 11268690. OLE color: 11268690.

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

Color convert

RGB 82 242 171 -
CMYK 0.66 0 0.29 0.05
HSL 153.38º 0.86% 0.64% -
HSV(B) 153.38º 0.66% 0.95% -
XYZ 42.58 68.24 49.46 -
YUV 186.07 119.49 53.77 -
System Red Green Blue C M Y K H S L
Decimal 82 242 171 0.66 0 0.29 0.05 153.38 0.86 0.64
Hex 52 F2 AB 42 0 1D 5 99 56 40
Octal 122 362 253 102 0 35 5 231 126 100
Binary 1010010 11110010 10101011 1000010 0 11101 101 10011001 1010110 1000000

Color Harmonies of #52F2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F2AB

Black with #52F2AB

Text Example


Text Example

White with #52F2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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