#56B994

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

Shades of Keppel #56B994

Tints of Keppel #56B994

Color information

#56B994 (or 0x56B994) is unknown color: approx Keppel. HEX triplet: 56, B9 and 94. RGB value is (86,185,148). Sum of RGB (Red+Green+Blue) = 86+185+148=419 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.53% from 419); Green value is 185 (72.66% from 255 or 44.15% from 419); Blue value is 148 (58.20% from 255 or 35.32% from 419); Max value from RGB is 185 - color contains mainly: green. Hex color #56B994 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56B994 is #A9466B. Grayscale: #979797. Windows color (decimal): -11093612 or 9746774. OLE color: 9746774.

HSL color Cylindrical-coordinate representation of color #56B994: hue angle of 157.58º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #56B994 is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB86185148-
CMYK0.5400.200.27
HSL157.58º41.42%53.14%-
HSV(B)157.58º53.51%72.55%-
XYZ26.5338.8134.11-
YUV151.18126.281.51-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.53%
GREEN value IS 185 (72.66% from 255) = 44.15%
BLUE value IS 148 (58.20% from 255) = 35.32%
R=20.53%
G=44.15%
B=35.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal861851480.5400.200.27157.5841.4253.14
Hex56B994360141B9e2935
Octal12627122466024332365165
Binary101011010111001100101001101100101001101110011110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,185,148); }

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

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

 a { background-color: rgb(86,185,148); }

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

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

 span { border-color: rgb(86,185,148); }

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