Html Css Color HEX #52EFA3 Medium Aquamarine

📋 copy color: '#52EFA3'

red 82 ◦ green 239 ◦ blue 163

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

Shades of Medium Aquamarine #52EFA3

Tints of Medium Aquamarine #52EFA3

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.38%

 BLUE value IS 163 (64.06% from 255) = 33.68%

R = 16.94%
G = 49.38%
B = 33.68%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#52EFA3 (or 0x52EFA3) is known color: Medium Aquamarine. HEX triplet: 52, EF and A3. RGB value is (82,239,163). Sum of RGB (Red+Green+Blue) = 82+239+163=484 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.94% from 484); Green value is 239 (93.75% from 255 or 49.38% from 484); Blue value is 163 (64.06% from 255 or 33.68% from 484); Max value from RGB is 239 - color contains mainly: green. Hex color #52EFA3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52EFA3 is #AD105C. Grayscale: #B7B7B7. Windows color (decimal): -11341917 or 10743634. OLE color: 10743634.

HSL color Cylindrical-coordinate representation of color #52EFA3: hue angle of 150.96º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52EFA3 is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 239 163 -
CMYK 0.66 0 0.32 0.06
HSL 150.96º 0.83% 0.63% -
HSV(B) 150.96º 0.66% 0.94% -
XYZ 40.96 66.17 45.26 -
YUV 183.39 116.49 55.68 -
System Red Green Blue C M Y K H S L
Decimal 82 239 163 0.66 0 0.32 0.06 150.96 0.83 0.63
Hex 52 EF A3 42 0 20 6 97 53 3F
Octal 122 357 243 102 0 40 6 227 123 77
Binary 1010010 11101111 10100011 1000010 0 100000 110 10010111 1010011 111111

Color Harmonies of #52EFA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EFA3

Black with #52EFA3

Text Example


Text Example

White with #52EFA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,239,163); }

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

background-color css

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

 a { background-color: rgb(82,239,163); }

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

border-color css

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

 span { border-color: rgb(82,239,163); }

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