#56C094

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

Shades of Keppel #56C094

Tints of Keppel #56C094

Color information

#56C094 (or 0x56C094) is unknown color: approx Keppel. HEX triplet: 56, C0 and 94. RGB value is (86,192,148). Sum of RGB (Red+Green+Blue) = 86+192+148=426 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.19% from 426); Green value is 192 (75.39% from 255 or 45.07% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 192 - color contains mainly: green. Hex color #56C094 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56C094 is #A93F6B. Grayscale: #9B9B9B. Windows color (decimal): -11091820 or 9748566. OLE color: 9748566.

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

Color convert

RGB86192148-
CMYK0.5500.230.25
HSL155.09º45.69%54.51%-
HSV(B)155.09º55.21%75.29%-
XYZ28.0341.8234.61-
YUV155.29123.8878.58-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.19%
GREEN value IS 192 (75.39% from 255) = 45.07%
BLUE value IS 148 (58.20% from 255) = 34.74%
R=20.19%
G=45.07%
B=34.74%

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
Decimal861921480.5500.230.25155.0945.6954.51
Hex56C09437017199b2e37
Octal12630022467027312335667
Binary101011011000000100101001101110101111100110011011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56C094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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