Html Css Color HEX #52DCB2 Medium Aquamarine

📋 copy color: '#52DCB2'

red 82 ◦ green 220 ◦ blue 178

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

Shades of Medium Aquamarine #52DCB2

Tints of Medium Aquamarine #52DCB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.08%

R = 17.08%
G = 45.83%
B = 37.08%

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

#52DCB2 (or 0x52DCB2) is known color: Medium Aquamarine. HEX triplet: 52, DC and B2. RGB value is (82,220,178). Sum of RGB (Red+Green+Blue) = 82+220+178=480 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.08% from 480); Green value is 220 (86.33% from 255 or 45.83% from 480); Blue value is 178 (69.92% from 255 or 37.08% from 480); Max value from RGB is 220 - color contains mainly: green. Hex color #52DCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DCB2 is #AD234D. Grayscale: #ADADAD. Windows color (decimal): -11346766 or 11721810. OLE color: 11721810.

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

Color convert

RGB 82 220 178 -
CMYK 0.63 0 0.19 0.14
HSL 161.74º 0.66% 0.59% -
HSV(B) 161.74º 0.63% 0.86% -
XYZ 37.11 56.19 51.01 -
YUV 173.95 130.28 62.42 -
System Red Green Blue C M Y K H S L
Decimal 82 220 178 0.63 0 0.19 0.14 161.74 0.66 0.59
Hex 52 DC B2 3F 0 13 E A2 42 3B
Octal 122 334 262 77 0 23 16 242 102 73
Binary 1010010 11011100 10110010 111111 0 10011 1110 10100010 1000010 111011

Color Harmonies of #52DCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DCB2

Black with #52DCB2

Text Example


Text Example

White with #52DCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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