Html Css Color HEX #52CDA2 Medium Aquamarine

📋 copy color: '#52CDA2'

red 82 ◦ green 205 ◦ blue 162

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

Shades of Medium Aquamarine #52CDA2

Tints of Medium Aquamarine #52CDA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 36.08%

R = 18.26%
G = 45.66%
B = 36.08%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#52CDA2 (or 0x52CDA2) is known color: Medium Aquamarine. HEX triplet: 52, CD and A2. RGB value is (82,205,162). Sum of RGB (Red+Green+Blue) = 82+205+162=449 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.26% from 449); Green value is 205 (80.47% from 255 or 45.66% from 449); Blue value is 162 (63.67% from 255 or 36.08% from 449); Max value from RGB is 205 - color contains mainly: green. Hex color #52CDA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CDA2 is #AD325D. Grayscale: #A3A3A3. Windows color (decimal): -11350622 or 10669394. OLE color: 10669394.

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

Color convert

RGB 82 205 162 -
CMYK 0.6 0 0.21 0.20
HSL 159.02º 0.55% 0.56% -
HSV(B) 159.02º 0.6% 0.8% -
XYZ 31.83 48.07 41.78 -
YUV 163.32 127.25 70 -
System Red Green Blue C M Y K H S L
Decimal 82 205 162 0.6 0 0.21 0.20 159.02 0.55 0.56
Hex 52 CD A2 3C 0 15 14 9F 37 38
Octal 122 315 242 74 0 25 24 237 67 70
Binary 1010010 11001101 10100010 111100 0 10101 10100 10011111 110111 111000

Color Harmonies of #52CDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CDA2

Black with #52CDA2

Text Example


Text Example

White with #52CDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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