#52CCB2

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

Shades of Medium Aquamarine #52CCB2

Tints of Medium Aquamarine #52CCB2

Color information

#52CCB2 (or 0x52CCB2) is unknown color: approx Medium Aquamarine. HEX triplet: 52, CC and B2. RGB value is (82,204,178). Sum of RGB (Red+Green+Blue) = 82+204+178=464 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.67% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 178 (69.92% from 255 or 38.36% from 464); Max value from RGB is 204 - color contains mainly: green. Hex color #52CCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CCB2 is #AD334D. Grayscale: #A4A4A4. Windows color (decimal): -11350862 or 11717714. OLE color: 11717714.

HSL color Cylindrical-coordinate representation of color #52CCB2: hue angle of 167.21º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CCB2 is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB82204178-
CMYK0.6000.130.2
HSL167.21º54.46%56.08%-
HSV(B)167.21º59.8%80%-
XYZ33.1148.1949.68-
YUV164.56135.5869.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.67%
GREEN value IS 204 (80.08% from 255) = 43.97%
BLUE value IS 178 (69.92% from 255) = 38.36%
R=17.67%
G=43.97%
B=38.36%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal822041780.6000.130.2167.2154.4656.08
Hex52CCB23C0D14a73638
Octal12231426274015242476670
Binary10100101100110010110010111100011011010010100111110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,204,178); }

 H1.HeaderClassName
 {
   color: #52CCB2;
 }
 .AnyTagClassName
 {
   color: #52CCB2;
 }
</style>
background-color css

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

 a { background-color: rgb(82,204,178); }

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

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

 span { border-color: rgb(82,204,178); }

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