Html Css Color HEX #52DCB0 Medium Aquamarine

📋 copy color: '#52DCB0'

red 82 ◦ green 220 ◦ blue 176

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

Shades of Medium Aquamarine #52DCB0

Tints of Medium Aquamarine #52DCB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.82%

R = 17.15%
G = 46.03%
B = 36.82%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#52DCB0 (or 0x52DCB0) is known color: Medium Aquamarine. HEX triplet: 52, DC and B0. RGB value is (82,220,176). Sum of RGB (Red+Green+Blue) = 82+220+176=478 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.15% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 176 (69.14% from 255 or 36.82% from 478); Max value from RGB is 220 - color contains mainly: green. Hex color #52DCB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DCB0 is #AD234F. Grayscale: #ADADAD. Windows color (decimal): -11346768 or 11590738. OLE color: 11590738.

HSL color Cylindrical-coordinate representation of color #52DCB0: hue angle of 160.87º 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 #52DCB0 is Cyan = 0.63, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 220 176 -
CMYK 0.63 0 0.2 0.14
HSL 160.87º 0.66% 0.59% -
HSV(B) 160.87º 0.63% 0.86% -
XYZ 36.91 56.11 49.96 -
YUV 173.72 129.28 62.58 -
System Red Green Blue C M Y K H S L
Decimal 82 220 176 0.63 0 0.2 0.14 160.87 0.66 0.59
Hex 52 DC B0 3F 0 14 E A1 42 3B
Octal 122 334 260 77 0 24 16 241 102 73
Binary 1010010 11011100 10110000 111111 0 10100 1110 10100001 1000010 111011

Color Harmonies of #52DCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DCB0

Black with #52DCB0

Text Example


Text Example

White with #52DCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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