Html Css Color HEX #52DCB3 Medium Aquamarine

📋 copy color: '#52DCB3'

red 82 ◦ green 220 ◦ blue 179

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

Shades of Medium Aquamarine #52DCB3

Tints of Medium Aquamarine #52DCB3

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.74%

 BLUE value IS 179 (70.31% from 255) = 37.21%

R = 17.05%
G = 45.74%
B = 37.21%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#52DCB3 (or 0x52DCB3) is known color: Medium Aquamarine. HEX triplet: 52, DC and B3. RGB value is (82,220,179). Sum of RGB (Red+Green+Blue) = 82+220+179=481 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.05% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 179 (70.31% from 255 or 37.21% from 481); Max value from RGB is 220 - color contains mainly: green. Hex color #52DCB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DCB3 is #AD234C. Grayscale: #AEAEAE. Windows color (decimal): -11346765 or 11787346. OLE color: 11787346.

HSL color Cylindrical-coordinate representation of color #52DCB3: hue angle of 162.17º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DCB3 is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 220 179 -
CMYK 0.63 0 0.19 0.14
HSL 162.17º 0.66% 0.59% -
HSV(B) 162.17º 0.63% 0.86% -
XYZ 37.21 56.23 51.54 -
YUV 174.06 130.78 62.33 -
System Red Green Blue C M Y K H S L
Decimal 82 220 179 0.63 0 0.19 0.14 162.17 0.66 0.59
Hex 52 DC B3 3F 0 13 E A2 42 3B
Octal 122 334 263 77 0 23 16 242 102 73
Binary 1010010 11011100 10110011 111111 0 10011 1110 10100010 1000010 111011

Color Harmonies of #52DCB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DCB3

Black with #52DCB3

Text Example


Text Example

White with #52DCB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,220,179); }

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

background-color css

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

 a { background-color: rgb(82,220,179); }

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

border-color css

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

 span { border-color: rgb(82,220,179); }

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