#56C095

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

Shades of Keppel #56C095

Tints of Keppel #56C095

Color information

#56C095 (or 0x56C095) is unknown color: approx Keppel. HEX triplet: 56, C0 and 95. RGB value is (86,192,149). Sum of RGB (Red+Green+Blue) = 86+192+149=427 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.14% from 427); Green value is 192 (75.39% from 255 or 44.96% from 427); Blue value is 149 (58.59% from 255 or 34.89% from 427); Max value from RGB is 192 - color contains mainly: green. Hex color #56C095 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56C095 is #A93F6A. Grayscale: #9B9B9B. Windows color (decimal): -11091819 or 9814102. OLE color: 9814102.

HSL color Cylindrical-coordinate representation of color #56C095: hue angle of 155.66º 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 #56C095 is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB86192149-
CMYK0.5500.220.25
HSL155.66º45.69%54.51%-
HSV(B)155.66º55.21%75.29%-
XYZ28.1141.8535.03-
YUV155.4124.3878.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.14%
GREEN value IS 192 (75.39% from 255) = 44.96%
BLUE value IS 149 (58.59% from 255) = 34.89%
R=20.14%
G=44.96%
B=34.89%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal861921490.5500.220.25155.6645.6954.51
Hex56C09537016199c2e37
Octal12630022567026312345667
Binary101011011000000100101011101110101101100110011100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56C095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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