Html Css Color HEX #52DAB8 Medium Aquamarine

📋 copy color: '#52DAB8'

red 82 ◦ green 218 ◦ blue 184

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

Shades of Medium Aquamarine #52DAB8

Tints of Medium Aquamarine #52DAB8

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.04%

 BLUE value IS 184 (72.27% from 255) = 38.02%

R = 16.94%
G = 45.04%
B = 38.02%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#52DAB8 (or 0x52DAB8) is known color: Medium Aquamarine. HEX triplet: 52, DA and B8. RGB value is (82,218,184). Sum of RGB (Red+Green+Blue) = 82+218+184=484 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.94% from 484); Green value is 218 (85.55% from 255 or 45.04% from 484); Blue value is 184 (72.27% from 255 or 38.02% from 484); Max value from RGB is 218 - color contains mainly: green. Hex color #52DAB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DAB8 is #AD2547. Grayscale: #ADADAD. Windows color (decimal): -11347272 or 12114514. OLE color: 12114514.

HSL color Cylindrical-coordinate representation of color #52DAB8: hue angle of 165º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52DAB8 is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 218 184 -
CMYK 0.62 0 0.16 0.15
HSL 165º 0.65% 0.59% -
HSV(B) 165º 0.62% 0.85% -
XYZ 37.2 55.4 54.08 -
YUV 173.46 133.94 62.76 -
System Red Green Blue C M Y K H S L
Decimal 82 218 184 0.62 0 0.16 0.15 165 0.65 0.59
Hex 52 DA B8 3E 0 10 F A5 41 3B
Octal 122 332 270 76 0 20 17 245 101 73
Binary 1010010 11011010 10111000 111110 0 10000 1111 10100101 1000001 111011

Color Harmonies of #52DAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DAB8

Black with #52DAB8

Text Example


Text Example

White with #52DAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,218,184); }

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

background-color css

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

 a { background-color: rgb(82,218,184); }

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

border-color css

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

 span { border-color: rgb(82,218,184); }

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