#56B28E

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

Shades of Keppel #56B28E

Tints of Keppel #56B28E

Color information

#56B28E (or 0x56B28E) is unknown color: approx Keppel. HEX triplet: 56, B2 and 8E. RGB value is (86,178,142). Sum of RGB (Red+Green+Blue) = 86+178+142=406 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.18% from 406); Green value is 178 (69.92% from 255 or 43.84% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 178 - color contains mainly: green. Hex color #56B28E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56B28E is #A94D71. Grayscale: #929292. Windows color (decimal): -11095410 or 9351766. OLE color: 9351766.

HSL color Cylindrical-coordinate representation of color #56B28E: hue angle of 156.52º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #56B28E is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB86178142-
CMYK0.5200.200.30
HSL156.52º37.4%51.76%-
HSV(B)156.52º51.69%69.8%-
XYZ24.6435.7731.2-
YUV146.39125.5284.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.18%
GREEN value IS 178 (69.92% from 255) = 43.84%
BLUE value IS 142 (55.86% from 255) = 34.98%
R=21.18%
G=43.84%
B=34.98%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal861781420.5200.200.30156.5237.451.76
Hex56B28E340141E9d2534
Octal12626221664024362354564
Binary101011010110010100011101101000101001111010011101100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,178,142); }

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

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

 a { background-color: rgb(86,178,142); }

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

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

 span { border-color: rgb(86,178,142); }

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