Html Css Color HEX #52DBB4 Medium Aquamarine

📋 copy color: '#52DBB4'

red 82 ◦ green 219 ◦ blue 180

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

Shades of Medium Aquamarine #52DBB4

Tints of Medium Aquamarine #52DBB4

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.53%

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

R = 17.05%
G = 45.53%
B = 37.42%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#52DBB4 (or 0x52DBB4) is known color: Medium Aquamarine. HEX triplet: 52, DB and B4. RGB value is (82,219,180). Sum of RGB (Red+Green+Blue) = 82+219+180=481 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.05% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 219 - color contains mainly: green. Hex color #52DBB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DBB4 is #AD244B. Grayscale: #ADADAD. Windows color (decimal): -11347020 or 11852626. OLE color: 11852626.

HSL color Cylindrical-coordinate representation of color #52DBB4: hue angle of 162.92º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DBB4 is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 219 180 -
CMYK 0.63 0 0.18 0.14
HSL 162.92º 0.66% 0.59% -
HSV(B) 162.92º 0.63% 0.86% -
XYZ 37.05 55.75 51.99 -
YUV 173.59 131.61 62.67 -
System Red Green Blue C M Y K H S L
Decimal 82 219 180 0.63 0 0.18 0.14 162.92 0.66 0.59
Hex 52 DB B4 3F 0 12 E A3 42 3B
Octal 122 333 264 77 0 22 16 243 102 73
Binary 1010010 11011011 10110100 111111 0 10010 1110 10100011 1000010 111011

Color Harmonies of #52DBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DBB4

Black with #52DBB4

Text Example


Text Example

White with #52DBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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