Html Css Color HEX #52CDA4 Medium Aquamarine

📋 copy color: '#52CDA4'

red 82 ◦ green 205 ◦ blue 164

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

Shades of Medium Aquamarine #52CDA4

Tints of Medium Aquamarine #52CDA4

RGB

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

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

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

R = 18.18%
G = 45.45%
B = 36.36%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.2

 K value IS 0.20

RGB Variations

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

Color information

#52CDA4 (or 0x52CDA4) is known color: Medium Aquamarine. HEX triplet: 52, CD and A4. RGB value is (82,205,164). Sum of RGB (Red+Green+Blue) = 82+205+164=451 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.18% from 451); Green value is 205 (80.47% from 255 or 45.45% from 451); Blue value is 164 (64.45% from 255 or 36.36% from 451); Max value from RGB is 205 - color contains mainly: green. Hex color #52CDA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CDA4 is #AD325B. Grayscale: #A3A3A3. Windows color (decimal): -11350620 or 10800466. OLE color: 10800466.

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

Color convert

RGB 82 205 164 -
CMYK 0.6 0 0.2 0.20
HSL 160º 0.55% 0.56% -
HSV(B) 160º 0.6% 0.8% -
XYZ 32.01 48.14 42.73 -
YUV 163.55 128.25 69.83 -
System Red Green Blue C M Y K H S L
Decimal 82 205 164 0.6 0 0.2 0.20 160 0.55 0.56
Hex 52 CD A4 3C 0 14 14 A0 37 38
Octal 122 315 244 74 0 24 24 240 67 70
Binary 1010010 11001101 10100100 111100 0 10100 10100 10100000 110111 111000

Color Harmonies of #52CDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CDA4

Black with #52CDA4

Text Example


Text Example

White with #52CDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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