#56B38C

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

Shades of Keppel #56B38C

Tints of Keppel #56B38C

Color information

#56B38C (or 0x56B38C) is unknown color: approx Keppel. HEX triplet: 56, B3 and 8C. RGB value is (86,179,140). Sum of RGB (Red+Green+Blue) = 86+179+140=405 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.23% from 405); Green value is 179 (70.31% from 255 or 44.20% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 179 - color contains mainly: green. Hex color #56B38C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56B38C is #A94C73. Grayscale: #929292. Windows color (decimal): -11095156 or 9220950. OLE color: 9220950.

HSL color Cylindrical-coordinate representation of color #56B38C: hue angle of 154.84º degrees, saturation: 0.38, 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 #56B38C is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB86179140-
CMYK0.5200.220.30
HSL154.84º37.96%51.96%-
HSV(B)154.84º51.96%70.2%-
XYZ24.6936.1130.48-
YUV146.75124.1984.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.23%
GREEN value IS 179 (70.31% from 255) = 44.20%
BLUE value IS 140 (55.08% from 255) = 34.57%
R=21.23%
G=44.20%
B=34.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal861791400.5200.220.30154.8437.9651.96
Hex56B38C340161E9b2634
Octal12626321464026362334664
Binary101011010110011100011001101000101101111010011011100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,179,140); }

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

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

 a { background-color: rgb(86,179,140); }

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

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

 span { border-color: rgb(86,179,140); }

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