#56CCB8

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

Shades of Medium Aquamarine #56CCB8

Tints of Medium Aquamarine #56CCB8

Color information

#56CCB8 (or 0x56CCB8) is unknown color: approx Medium Aquamarine. HEX triplet: 56, CC and B8. RGB value is (86,204,184). Sum of RGB (Red+Green+Blue) = 86+204+184=474 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.14% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 184 (72.27% from 255 or 38.82% from 474); Max value from RGB is 204 - color contains mainly: green. Hex color #56CCB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CCB8 is #A93347. Grayscale: #A6A6A6. Windows color (decimal): -11088712 or 12110934. OLE color: 12110934.

HSL color Cylindrical-coordinate representation of color #56CCB8: hue angle of 169.83º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56CCB8 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB86204184-
CMYK0.5800.100.2
HSL169.83º53.64%56.86%-
HSV(B)169.83º57.84%80%-
XYZ34.0848.6252.94-
YUV166.44137.9170.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.14%
GREEN value IS 204 (80.08% from 255) = 43.04%
BLUE value IS 184 (72.27% from 255) = 38.82%
R=18.14%
G=43.04%
B=38.82%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal862041840.5800.100.2169.8353.6456.86
Hex56CCB83A0A14aa3639
Octal12631427072012242526671
Binary10101101100110010111000111010010101010010101010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56CCB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56CCB8; }

 p { color: rgb(86,204,184); }

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

<style>
 a { background-color: #56CCB8; }

 a { background-color: rgb(86,204,184); }

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

<style>
 span { border-color: #56CCB8; }

 span { border-color: rgb(86,204,184); }

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