Html Css Color HEX #52D696 Medium Aquamarine

📋 copy color: '#52D696'

red 82 ◦ green 214 ◦ blue 150

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

Shades of Medium Aquamarine #52D696

Tints of Medium Aquamarine #52D696

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.98%

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

R = 18.39%
G = 47.98%
B = 33.63%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#52D696 (or 0x52D696) is known color: Medium Aquamarine. HEX triplet: 52, D6 and 96. RGB value is (82,214,150). Sum of RGB (Red+Green+Blue) = 82+214+150=446 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.39% from 446); Green value is 214 (83.98% from 255 or 47.98% from 446); Blue value is 150 (58.98% from 255 or 33.63% from 446); Max value from RGB is 214 - color contains mainly: green. Hex color #52D696 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D696 is #AD2969. Grayscale: #A7A7A7. Windows color (decimal): -11348330 or 9885266. OLE color: 9885266.

HSL color Cylindrical-coordinate representation of color #52D696: hue angle of 150.91º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D696 is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 82 214 150 -
CMYK 0.62 0 0.30 0.16
HSL 150.91º 0.62% 0.58% -
HSV(B) 150.91º 0.62% 0.84% -
XYZ 33.03 52.09 37.17 -
YUV 167.24 118.27 67.2 -
System Red Green Blue C M Y K H S L
Decimal 82 214 150 0.62 0 0.30 0.16 150.91 0.62 0.58
Hex 52 D6 96 3E 0 1E 10 97 3E 3A
Octal 122 326 226 76 0 36 20 227 76 72
Binary 1010010 11010110 10010110 111110 0 11110 10000 10010111 111110 111010

Color Harmonies of #52D696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D696

Black with #52D696

Text Example


Text Example

White with #52D696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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