#52d696

Color #52D696 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #52D696

Tints of Medium Aquamarine #52D696

Color information

#52D696 (or 0x52D696) is unknown color: approx 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

RGB82214150-
CMYK0.6200.300.16
HSL150.91º61.68%58.04%-
HSV(B)150.91º61.68%83.92%-
XYZ33.0352.0937.17-
YUV167.24118.2767.2-

RGB Variations

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

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 (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal822141500.6200.300.16150.9161.6858.04
Hex52D6963E01E10973e3a
Octal12232622676036202277672
Binary101001011010110100101101111100111101000010010111111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52d696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>