#56A98D

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

Shades of Keppel #56A98D

Tints of Keppel #56A98D

Color information

#56A98D (or 0x56A98D) is unknown color: approx Keppel. HEX triplet: 56, A9 and 8D. RGB value is (86,169,141). Sum of RGB (Red+Green+Blue) = 86+169+141=396 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.72% from 396); Green value is 169 (66.41% from 255 or 42.68% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 169 - color contains mainly: green. Hex color #56A98D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A98D is #A95672. Grayscale: #8D8D8D. Windows color (decimal): -11097715 or 9283926. OLE color: 9283926.

HSL color Cylindrical-coordinate representation of color #56A98D: hue angle of 159.76º 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 #56A98D is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB86169141-
CMYK0.4900.170.34
HSL159.76º32.55%50%-
HSV(B)159.76º49.11%66.27%-
XYZ22.8332.2830.23-
YUV140.9912888.78-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.72%
GREEN value IS 169 (66.41% from 255) = 42.68%
BLUE value IS 141 (55.47% from 255) = 35.61%
R=21.72%
G=42.68%
B=35.61%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal861691410.4900.170.34159.7632.5550
Hex56A98D3101122a02132
Octal12625121561021422404162
Binary1010110101010011000110111000101000110001010100000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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