Html Css Color HEX #52DFB7 Medium Aquamarine

📋 copy color: '#52DFB7'

red 82 ◦ green 223 ◦ blue 183

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

Shades of Medium Aquamarine #52DFB7

Tints of Medium Aquamarine #52DFB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 37.5%

R = 16.8%
G = 45.7%
B = 37.5%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#52DFB7 (or 0x52DFB7) is known color: Medium Aquamarine. HEX triplet: 52, DF and B7. RGB value is (82,223,183). Sum of RGB (Red+Green+Blue) = 82+223+183=488 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.80% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 183 (71.88% from 255 or 37.5% from 488); Max value from RGB is 223 - color contains mainly: green. Hex color #52DFB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DFB7 is #AD2048. Grayscale: #B0B0B0. Windows color (decimal): -11345993 or 12050258. OLE color: 12050258.

HSL color Cylindrical-coordinate representation of color #52DFB7: hue angle of 162.98º 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 #52DFB7 is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 223 183 -
CMYK 0.63 0 0.18 0.13
HSL 162.98º 0.69% 0.6% -
HSV(B) 162.98º 0.63% 0.87% -
XYZ 38.41 57.99 53.97 -
YUV 176.28 131.79 60.75 -
System Red Green Blue C M Y K H S L
Decimal 82 223 183 0.63 0 0.18 0.13 162.98 0.69 0.6
Hex 52 DF B7 3F 0 12 D A3 45 3C
Octal 122 337 267 77 0 22 15 243 105 74
Binary 1010010 11011111 10110111 111111 0 10010 1101 10100011 1000101 111100

Color Harmonies of #52DFB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DFB7

Black with #52DFB7

Text Example


Text Example

White with #52DFB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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