#56BE93

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

Shades of Keppel #56BE93

Tints of Keppel #56BE93

Color information

#56BE93 (or 0x56BE93) is unknown color: approx Keppel. HEX triplet: 56, BE and 93. RGB value is (86,190,147). Sum of RGB (Red+Green+Blue) = 86+190+147=423 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.33% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 190 - color contains mainly: green. Hex color #56BE93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56BE93 is #A9416C. Grayscale: #9A9A9A. Windows color (decimal): -11092333 or 9682518. OLE color: 9682518.

HSL color Cylindrical-coordinate representation of color #56BE93: hue angle of 155.19º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #56BE93 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB86190147-
CMYK0.5500.230.25
HSL155.19º44.44%54.12%-
HSV(B)155.19º54.74%74.51%-
XYZ27.5240.9134.05-
YUV154124.0479.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.33%
GREEN value IS 190 (74.61% from 255) = 44.92%
BLUE value IS 147 (57.81% from 255) = 34.75%
R=20.33%
G=44.92%
B=34.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal861901470.5500.230.25155.1944.4454.12
Hex56BE9337017199b2c36
Octal12627622367027312335466
Binary101011010111110100100111101110101111100110011011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56BE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,190,147); }

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

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

 a { background-color: rgb(86,190,147); }

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

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

 span { border-color: rgb(86,190,147); }

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