#56AF95

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

Shades of Keppel #56AF95

Tints of Keppel #56AF95

Color information

#56AF95 (or 0x56AF95) is unknown color: approx Keppel. HEX triplet: 56, AF and 95. RGB value is (86,175,149). Sum of RGB (Red+Green+Blue) = 86+175+149=410 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.98% from 410); Green value is 175 (68.75% from 255 or 42.68% from 410); Blue value is 149 (58.59% from 255 or 36.34% from 410); Max value from RGB is 175 - color contains mainly: green. Hex color #56AF95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56AF95 is #A9506A. Grayscale: #919191. Windows color (decimal): -11096171 or 9809750. OLE color: 9809750.

HSL color Cylindrical-coordinate representation of color #56AF95: hue angle of 162.47º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #56AF95 is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB86175149-
CMYK0.5100.150.31
HSL162.47º35.74%51.18%-
HSV(B)162.47º50.86%68.63%-
XYZ24.5934.8133.86-
YUV145.42130.0185.61-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.98%
GREEN value IS 175 (68.75% from 255) = 42.68%
BLUE value IS 149 (58.59% from 255) = 36.34%
R=20.98%
G=42.68%
B=36.34%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal861751490.5100.150.31162.4735.7451.18
Hex56AF95330F1Fa22433
Octal12625722563017372424463
Binary10101101010111110010101110011011111111110100010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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