Html Css Color HEX #52DFA6 Medium Aquamarine

📋 copy color: '#52DFA6'

red 82 ◦ green 223 ◦ blue 166

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

Shades of Medium Aquamarine #52DFA6

Tints of Medium Aquamarine #52DFA6

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.35%

 BLUE value IS 166 (65.23% from 255) = 35.24%

R = 17.41%
G = 47.35%
B = 35.24%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#52DFA6 (or 0x52DFA6) is known color: Medium Aquamarine. HEX triplet: 52, DF and A6. RGB value is (82,223,166). Sum of RGB (Red+Green+Blue) = 82+223+166=471 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.41% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 166 (65.23% from 255 or 35.24% from 471); Max value from RGB is 223 - color contains mainly: green. Hex color #52DFA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DFA6 is #AD2059. Grayscale: #AEAEAE. Windows color (decimal): -11346010 or 10936146. OLE color: 10936146.

HSL color Cylindrical-coordinate representation of color #52DFA6: hue angle of 155.74º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DFA6 is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 223 166 -
CMYK 0.63 0 0.26 0.13
HSL 155.74º 0.69% 0.6% -
HSV(B) 155.74º 0.63% 0.87% -
XYZ 36.75 57.32 45.2 -
YUV 174.34 123.29 62.13 -
System Red Green Blue C M Y K H S L
Decimal 82 223 166 0.63 0 0.26 0.13 155.74 0.69 0.6
Hex 52 DF A6 3F 0 1A D 9C 45 3C
Octal 122 337 246 77 0 32 15 234 105 74
Binary 1010010 11011111 10100110 111111 0 11010 1101 10011100 1000101 111100

Color Harmonies of #52DFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DFA6

Black with #52DFA6

Text Example


Text Example

White with #52DFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,223,166); }

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

background-color css

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

 a { background-color: rgb(82,223,166); }

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

border-color css

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

 span { border-color: rgb(82,223,166); }

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