#56B39B

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

Shades of Keppel #56B39B

Tints of Keppel #56B39B

Color information

#56B39B (or 0x56B39B) is unknown color: approx Keppel. HEX triplet: 56, B3 and 9B. RGB value is (86,179,155). Sum of RGB (Red+Green+Blue) = 86+179+155=420 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.48% from 420); Green value is 179 (70.31% from 255 or 42.62% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 179 - color contains mainly: green. Hex color #56B39B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56B39B is #A94C64. Grayscale: #949494. Windows color (decimal): -11095141 or 10203990. OLE color: 10203990.

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

Color convert

RGB86179155-
CMYK0.5200.130.30
HSL164.52º37.96%51.96%-
HSV(B)164.52º51.96%70.2%-
XYZ25.8736.5936.71-
YUV148.46131.6983.45-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.48%
GREEN value IS 179 (70.31% from 255) = 42.62%
BLUE value IS 155 (60.94% from 255) = 36.90%
R=20.48%
G=42.62%
B=36.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal861791550.5200.130.30164.5237.9651.96
Hex56B39B340D1Ea52634
Octal12626323364015362454664
Binary10101101011001110011011110100011011111010100101100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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