Html Css Color HEX #52FEAB Medium Aquamarine

📋 copy color: '#52FEAB'

red 82 ◦ green 254 ◦ blue 171

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

Shades of Medium Aquamarine #52FEAB

Tints of Medium Aquamarine #52FEAB

RGB

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

 GREEN value IS 254 (99.61% from 255) = 50.1%

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

R = 16.17%
G = 50.1%
B = 33.73%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#52FEAB (or 0x52FEAB) is known color: Medium Aquamarine. HEX triplet: 52, FE and AB. RGB value is (82,254,171). Sum of RGB (Red+Green+Blue) = 82+254+171=507 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.17% from 507); Green value is 254 (99.61% from 255 or 50.10% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 254 - color contains mainly: green. Hex color #52FEAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52FEAB is #AD0154. Grayscale: #C1C1C1. Windows color (decimal): -11338069 or 11271762. OLE color: 11271762.

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

Color convert

RGB 82 254 171 -
CMYK 0.68 0 0.33 0.00
HSL 151.05º 0.99% 0.66% -
HSV(B) 151.05º 0.68% 1% -
XYZ 46.27 75.62 50.68 -
YUV 193.11 115.52 48.75 -
System Red Green Blue C M Y K H S L
Decimal 82 254 171 0.68 0 0.33 0.00 151.05 0.99 0.66
Hex 52 FE AB 44 0 21 0 97 63 42
Octal 122 376 253 104 0 41 0 227 143 102
Binary 1010010 11111110 10101011 1000100 0 100001 0 10010111 1100011 1000010

Color Harmonies of #52FEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FEAB

Black with #52FEAB

Text Example


Text Example

White with #52FEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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