Html Css Color HEX #52CDAB Medium Aquamarine

📋 copy color: '#52CDAB'

red 82 ◦ green 205 ◦ blue 171

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

Shades of Medium Aquamarine #52CDAB

Tints of Medium Aquamarine #52CDAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.34%

R = 17.9%
G = 44.76%
B = 37.34%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#52CDAB (or 0x52CDAB) is known color: Medium Aquamarine. HEX triplet: 52, CD and AB. RGB value is (82,205,171). Sum of RGB (Red+Green+Blue) = 82+205+171=458 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.90% from 458); Green value is 205 (80.47% from 255 or 44.76% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 205 - color contains mainly: green. Hex color #52CDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CDAB is #AD3254. Grayscale: #A4A4A4. Windows color (decimal): -11350613 or 11259218. OLE color: 11259218.

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

Color convert

RGB 82 205 171 -
CMYK 0.6 0 0.17 0.20
HSL 163.41º 0.55% 0.56% -
HSV(B) 163.41º 0.6% 0.8% -
XYZ 32.66 48.4 46.15 -
YUV 164.35 131.75 69.26 -
System Red Green Blue C M Y K H S L
Decimal 82 205 171 0.6 0 0.17 0.20 163.41 0.55 0.56
Hex 52 CD AB 3C 0 11 14 A3 37 38
Octal 122 315 253 74 0 21 24 243 67 70
Binary 1010010 11001101 10101011 111100 0 10001 10100 10100011 110111 111000

Color Harmonies of #52CDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CDAB

Black with #52CDAB

Text Example


Text Example

White with #52CDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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