Html Css Color HEX #52DFB4 Medium Aquamarine

📋 copy color: '#52DFB4'

red 82 ◦ green 223 ◦ blue 180

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

Shades of Medium Aquamarine #52DFB4

Tints of Medium Aquamarine #52DFB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.11%

R = 16.91%
G = 45.98%
B = 37.11%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#52DFB4 (or 0x52DFB4) is known color: Medium Aquamarine. HEX triplet: 52, DF and B4. RGB value is (82,223,180). Sum of RGB (Red+Green+Blue) = 82+223+180=485 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.91% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 180 (70.70% from 255 or 37.11% from 485); Max value from RGB is 223 - color contains mainly: green. Hex color #52DFB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DFB4 is #AD204B. Grayscale: #AFAFAF. Windows color (decimal): -11345996 or 11853650. OLE color: 11853650.

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

Color convert

RGB 82 223 180 -
CMYK 0.63 0 0.19 0.13
HSL 161.7º 0.69% 0.6% -
HSV(B) 161.7º 0.63% 0.87% -
XYZ 38.11 57.86 52.34 -
YUV 175.94 130.29 61 -
System Red Green Blue C M Y K H S L
Decimal 82 223 180 0.63 0 0.19 0.13 161.7 0.69 0.6
Hex 52 DF B4 3F 0 13 D A2 45 3C
Octal 122 337 264 77 0 23 15 242 105 74
Binary 1010010 11011111 10110100 111111 0 10011 1101 10100010 1000101 111100

Color Harmonies of #52DFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DFB4

Black with #52DFB4

Text Example


Text Example

White with #52DFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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