Html Css Color HEX #52CDAC Medium Aquamarine

📋 copy color: '#52CDAC'

red 82 ◦ green 205 ◦ blue 172

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

Shades of Medium Aquamarine #52CDAC

Tints of Medium Aquamarine #52CDAC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.66%

 BLUE value IS 172 (67.58% from 255) = 37.47%

R = 17.86%
G = 44.66%
B = 37.47%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#52CDAC (or 0x52CDAC) is known color: Medium Aquamarine. HEX triplet: 52, CD and AC. RGB value is (82,205,172). Sum of RGB (Red+Green+Blue) = 82+205+172=459 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.86% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 205 - color contains mainly: green. Hex color #52CDAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CDAC is #AD3253. Grayscale: #A4A4A4. Windows color (decimal): -11350612 or 11324754. OLE color: 11324754.

HSL color Cylindrical-coordinate representation of color #52CDAC: hue angle of 163.9º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CDAC is Cyan = 0.6, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 205 172 -
CMYK 0.6 0 0.16 0.20
HSL 163.9º 0.55% 0.56% -
HSV(B) 163.9º 0.6% 0.8% -
XYZ 32.76 48.44 46.65 -
YUV 164.46 132.25 69.18 -
System Red Green Blue C M Y K H S L
Decimal 82 205 172 0.6 0 0.16 0.20 163.9 0.55 0.56
Hex 52 CD AC 3C 0 10 14 A4 37 38
Octal 122 315 254 74 0 20 24 244 67 70
Binary 1010010 11001101 10101100 111100 0 10000 10100 10100100 110111 111000

Color Harmonies of #52CDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CDAC

Black with #52CDAC

Text Example


Text Example

White with #52CDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,205,172); }

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

background-color css

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

 a { background-color: rgb(82,205,172); }

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

border-color css

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

 span { border-color: rgb(82,205,172); }

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