Html Css Color HEX #52DAB5 Medium Aquamarine

📋 copy color: '#52DAB5'

red 82 ◦ green 218 ◦ blue 181

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

Shades of Medium Aquamarine #52DAB5

Tints of Medium Aquamarine #52DAB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.63%

R = 17.05%
G = 45.32%
B = 37.63%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#52DAB5 (or 0x52DAB5) is known color: Medium Aquamarine. HEX triplet: 52, DA and B5. RGB value is (82,218,181). Sum of RGB (Red+Green+Blue) = 82+218+181=481 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.05% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 181 (71.09% from 255 or 37.63% from 481); Max value from RGB is 218 - color contains mainly: green. Hex color #52DAB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DAB5 is #AD254A. Grayscale: #ADADAD. Windows color (decimal): -11347275 or 11917906. OLE color: 11917906.

HSL color Cylindrical-coordinate representation of color #52DAB5: hue angle of 163.68º 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 #52DAB5 is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 218 181 -
CMYK 0.62 0 0.17 0.15
HSL 163.68º 0.65% 0.59% -
HSV(B) 163.68º 0.62% 0.85% -
XYZ 36.89 55.27 52.44 -
YUV 173.12 132.44 63.01 -
System Red Green Blue C M Y K H S L
Decimal 82 218 181 0.62 0 0.17 0.15 163.68 0.65 0.59
Hex 52 DA B5 3E 0 11 F A4 41 3B
Octal 122 332 265 76 0 21 17 244 101 73
Binary 1010010 11011010 10110101 111110 0 10001 1111 10100100 1000001 111011

Color Harmonies of #52DAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DAB5

Black with #52DAB5

Text Example


Text Example

White with #52DAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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