Html Css Color HEX #52DB96 Medium Aquamarine

📋 copy color: '#52DB96'

red 82 ◦ green 219 ◦ blue 150

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

Shades of Medium Aquamarine #52DB96

Tints of Medium Aquamarine #52DB96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 33.26%

R = 18.18%
G = 48.56%
B = 33.26%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#52DB96 (or 0x52DB96) is known color: Medium Aquamarine. HEX triplet: 52, DB and 96. RGB value is (82,219,150). Sum of RGB (Red+Green+Blue) = 82+219+150=451 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.18% from 451); Green value is 219 (85.94% from 255 or 48.56% from 451); Blue value is 150 (58.98% from 255 or 33.26% from 451); Max value from RGB is 219 - color contains mainly: green. Hex color #52DB96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DB96 is #AD2469. Grayscale: #AAAAAA. Windows color (decimal): -11347050 or 9886546. OLE color: 9886546.

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

Color convert

RGB 82 219 150 -
CMYK 0.63 0 0.32 0.14
HSL 149.78º 0.66% 0.59% -
HSV(B) 149.78º 0.63% 0.86% -
XYZ 34.32 54.66 37.6 -
YUV 170.17 116.61 65.11 -
System Red Green Blue C M Y K H S L
Decimal 82 219 150 0.63 0 0.32 0.14 149.78 0.66 0.59
Hex 52 DB 96 3F 0 20 E 96 42 3B
Octal 122 333 226 77 0 40 16 226 102 73
Binary 1010010 11011011 10010110 111111 0 100000 1110 10010110 1000010 111011

Color Harmonies of #52DB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DB96

Black with #52DB96

Text Example


Text Example

White with #52DB96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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