#56A988

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

Shades of Keppel #56A988

Tints of Keppel #56A988

Color information

#56A988 (or 0x56A988) is unknown color: approx Keppel. HEX triplet: 56, A9 and 88. RGB value is (86,169,136). Sum of RGB (Red+Green+Blue) = 86+169+136=391 (51% of max value = 765). Red value is 86 (33.98% from 255 or 21.99% from 391); Green value is 169 (66.41% from 255 or 43.22% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 169 - color contains mainly: green. Hex color #56A988 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A988 is #A95677. Grayscale: #8C8C8C. Windows color (decimal): -11097720 or 8956246. OLE color: 8956246.

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

Color convert

RGB86169136-
CMYK0.4900.200.34
HSL156.14º32.55%50%-
HSV(B)156.14º49.11%66.27%-
XYZ22.4732.1328.31-
YUV140.42125.589.18-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.99%
GREEN value IS 169 (66.41% from 255) = 43.22%
BLUE value IS 136 (53.52% from 255) = 34.78%
R=21.99%
G=43.22%
B=34.78%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal861691360.4900.200.34156.1432.5550
Hex56A98831014229c2132
Octal12625121061024422344162
Binary1010110101010011000100011000101010010001010011100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,169,136); }

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

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

 a { background-color: rgb(86,169,136); }

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

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

 span { border-color: rgb(86,169,136); }

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