#56CFA2

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

Shades of Medium Aquamarine #56CFA2

Tints of Medium Aquamarine #56CFA2

Color information

#56CFA2 (or 0x56CFA2) is unknown color: approx Medium Aquamarine. HEX triplet: 56, CF and A2. RGB value is (86,207,162). Sum of RGB (Red+Green+Blue) = 86+207+162=455 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.90% from 455); Green value is 207 (81.25% from 255 or 45.49% from 455); Blue value is 162 (63.67% from 255 or 35.60% from 455); Max value from RGB is 207 - color contains mainly: green. Hex color #56CFA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56CFA2 is #A9305D. Grayscale: #A5A5A5. Windows color (decimal): -11087966 or 10669910. OLE color: 10669910.

HSL color Cylindrical-coordinate representation of color #56CFA2: hue angle of 157.69º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56CFA2 is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB86207162-
CMYK0.5800.220.19
HSL157.69º55.76%57.45%-
HSV(B)157.69º58.45%81.18%-
XYZ32.6749.2141.96-
YUV165.69125.9171.16-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.90%
GREEN value IS 207 (81.25% from 255) = 45.49%
BLUE value IS 162 (63.67% from 255) = 35.60%
R=18.90%
G=45.49%
B=35.60%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal862071620.5800.220.19157.6955.7657.45
Hex56CFA23A016139e3839
Octal12631724272026232367071
Binary101011011001111101000101110100101101001110011110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56CFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,207,162); }

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

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

 a { background-color: rgb(86,207,162); }

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

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

 span { border-color: rgb(86,207,162); }

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