Html Css Color HEX #52D3A4 Medium Aquamarine

📋 copy color: '#52D3A4'

red 82 ◦ green 211 ◦ blue 164

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

Shades of Medium Aquamarine #52D3A4

Tints of Medium Aquamarine #52D3A4

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.17%

 BLUE value IS 164 (64.45% from 255) = 35.89%

R = 17.94%
G = 46.17%
B = 35.89%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.22

 K value IS 0.17

RGB Variations

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

Color information

#52D3A4 (or 0x52D3A4) is known color: Medium Aquamarine. HEX triplet: 52, D3 and A4. RGB value is (82,211,164). Sum of RGB (Red+Green+Blue) = 82+211+164=457 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.94% from 457); Green value is 211 (82.81% from 255 or 46.17% from 457); Blue value is 164 (64.45% from 255 or 35.89% from 457); Max value from RGB is 211 - color contains mainly: green. Hex color #52D3A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D3A4 is #AD2C5B. Grayscale: #A7A7A7. Windows color (decimal): -11349084 or 10802002. OLE color: 10802002.

HSL color Cylindrical-coordinate representation of color #52D3A4: hue angle of 158.14º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52D3A4 is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB 82 211 164 -
CMYK 0.61 0 0.22 0.17
HSL 158.14º 0.59% 0.57% -
HSV(B) 158.14º 0.61% 0.83% -
XYZ 33.47 51.06 43.21 -
YUV 167.07 126.26 67.32 -
System Red Green Blue C M Y K H S L
Decimal 82 211 164 0.61 0 0.22 0.17 158.14 0.59 0.57
Hex 52 D3 A4 3D 0 16 11 9E 3B 39
Octal 122 323 244 75 0 26 21 236 73 71
Binary 1010010 11010011 10100100 111101 0 10110 10001 10011110 111011 111001

Color Harmonies of #52D3A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D3A4

Black with #52D3A4

Text Example


Text Example

White with #52D3A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,211,164); }

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

background-color css

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

 a { background-color: rgb(82,211,164); }

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

border-color css

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

 span { border-color: rgb(82,211,164); }

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