Html Css Color HEX #52DBB6 Medium Aquamarine

📋 copy color: '#52DBB6'

red 82 ◦ green 219 ◦ blue 182

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

Shades of Medium Aquamarine #52DBB6

Tints of Medium Aquamarine #52DBB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.68%

R = 16.98%
G = 45.34%
B = 37.68%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#52DBB6 (or 0x52DBB6) is known color: Medium Aquamarine. HEX triplet: 52, DB and B6. RGB value is (82,219,182). Sum of RGB (Red+Green+Blue) = 82+219+182=483 (63% of max value = 765). Red value is 82 (32.42% from 255 or 16.98% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 182 (71.48% from 255 or 37.68% from 483); Max value from RGB is 219 - color contains mainly: green. Hex color #52DBB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DBB6 is #AD2449. Grayscale: #ADADAD. Windows color (decimal): -11347018 or 11983698. OLE color: 11983698.

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

Color convert

RGB 82 219 182 -
CMYK 0.63 0 0.17 0.14
HSL 163.8º 0.66% 0.59% -
HSV(B) 163.8º 0.63% 0.86% -
XYZ 37.25 55.83 53.07 -
YUV 173.82 132.61 62.51 -
System Red Green Blue C M Y K H S L
Decimal 82 219 182 0.63 0 0.17 0.14 163.8 0.66 0.59
Hex 52 DB B6 3F 0 11 E A4 42 3B
Octal 122 333 266 77 0 21 16 244 102 73
Binary 1010010 11011011 10110110 111111 0 10001 1110 10100100 1000010 111011

Color Harmonies of #52DBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DBB6

Black with #52DBB6

Text Example


Text Example

White with #52DBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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