Html Css Color HEX #52ECAB Medium Aquamarine

📋 copy color: '#52ECAB'

red 82 ◦ green 236 ◦ blue 171

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

Shades of Medium Aquamarine #52ECAB

Tints of Medium Aquamarine #52ECAB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.26%

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

R = 16.77%
G = 48.26%
B = 34.97%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#52ECAB (or 0x52ECAB) is known color: Medium Aquamarine. HEX triplet: 52, EC and AB. RGB value is (82,236,171). Sum of RGB (Red+Green+Blue) = 82+236+171=489 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.77% from 489); Green value is 236 (92.58% from 255 or 48.26% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 236 - color contains mainly: green. Hex color #52ECAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52ECAB is #AD1354. Grayscale: #B6B6B6. Windows color (decimal): -11342677 or 11267154. OLE color: 11267154.

HSL color Cylindrical-coordinate representation of color #52ECAB: hue angle of 154.68º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52ECAB is Cyan = 0.65, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 236 171 -
CMYK 0.65 0 0.28 0.07
HSL 154.68º 0.8% 0.62% -
HSV(B) 154.68º 0.65% 0.93% -
XYZ 40.83 64.73 48.87 -
YUV 182.54 121.48 56.29 -
System Red Green Blue C M Y K H S L
Decimal 82 236 171 0.65 0 0.28 0.07 154.68 0.8 0.62
Hex 52 EC AB 41 0 1C 7 9B 50 3E
Octal 122 354 253 101 0 34 7 233 120 76
Binary 1010010 11101100 10101011 1000001 0 11100 111 10011011 1010000 111110

Color Harmonies of #52ECAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52ECAB

Black with #52ECAB

Text Example


Text Example

White with #52ECAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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