#56B39A

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

Shades of Keppel #56B39A

Tints of Keppel #56B39A

Color information

#56B39A (or 0x56B39A) is unknown color: approx Keppel. HEX triplet: 56, B3 and 9A. RGB value is (86,179,154). Sum of RGB (Red+Green+Blue) = 86+179+154=419 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.53% from 419); Green value is 179 (70.31% from 255 or 42.72% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 179 - color contains mainly: green. Hex color #56B39A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56B39A is #A94C65. Grayscale: #949494. Windows color (decimal): -11095142 or 10138454. OLE color: 10138454.

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

Color convert

RGB86179154-
CMYK0.5200.140.30
HSL163.87º37.96%51.96%-
HSV(B)163.87º51.96%70.2%-
XYZ25.7936.5536.27-
YUV148.34131.1983.53-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.53%
GREEN value IS 179 (70.31% from 255) = 42.72%
BLUE value IS 154 (60.55% from 255) = 36.75%
R=20.53%
G=42.72%
B=36.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal861791540.5200.140.30163.8737.9651.96
Hex56B39A340E1Ea42634
Octal12626323264016362444664
Binary10101101011001110011010110100011101111010100100100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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