#56AA8A

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

Shades of Keppel #56AA8A

Tints of Keppel #56AA8A

Color information

#56AA8A (or 0x56AA8A) is unknown color: approx Keppel. HEX triplet: 56, AA and 8A. RGB value is (86,170,138). Sum of RGB (Red+Green+Blue) = 86+170+138=394 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.83% from 394); Green value is 170 (66.80% from 255 or 43.15% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 170 - color contains mainly: green. Hex color #56AA8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56AA8A is #A95575. Grayscale: #8D8D8D. Windows color (decimal): -11097462 or 9087574. OLE color: 9087574.

HSL color Cylindrical-coordinate representation of color #56AA8A: hue angle of 157.14º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #56AA8A is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB86170138-
CMYK0.4900.190.33
HSL157.14º33.07%50.2%-
HSV(B)157.14º49.41%66.67%-
XYZ22.832.5629.13-
YUV141.24126.1788.6-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.83%
GREEN value IS 170 (66.80% from 255) = 43.15%
BLUE value IS 138 (54.30% from 255) = 35.03%
R=21.83%
G=43.15%
B=35.03%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal861701380.4900.190.33157.1433.0750.2
Hex56AA8A31013219d2132
Octal12625221261023412354162
Binary1010110101010101000101011000101001110000110011101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,170,138); }

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

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

 a { background-color: rgb(86,170,138); }

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

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

 span { border-color: rgb(86,170,138); }

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