#56AD8D

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

Shades of Keppel #56AD8D

Tints of Keppel #56AD8D

Color information

#56AD8D (or 0x56AD8D) is unknown color: approx Keppel. HEX triplet: 56, AD and 8D. RGB value is (86,173,141). Sum of RGB (Red+Green+Blue) = 86+173+141=400 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.5% from 400); Green value is 173 (67.97% from 255 or 43.25% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 173 - color contains mainly: green. Hex color #56AD8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56AD8D is #A95272. Grayscale: #8F8F8F. Windows color (decimal): -11096691 or 9284950. OLE color: 9284950.

HSL color Cylindrical-coordinate representation of color #56AD8D: hue angle of 157.93º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #56AD8D is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB86173141-
CMYK0.5000.180.32
HSL157.93º34.66%50.78%-
HSV(B)157.93º50.29%67.84%-
XYZ23.5933.7930.48-
YUV143.34126.6887.1-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.5%
GREEN value IS 173 (67.97% from 255) = 43.25%
BLUE value IS 141 (55.47% from 255) = 35.25%
R=21.5%
G=43.25%
B=35.25%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal861731410.5000.180.32157.9334.6650.78
Hex56AD8D32012209e2333
Octal12625521562022402364363
Binary1010110101011011000110111001001001010000010011110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,173,141); }

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

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

 a { background-color: rgb(86,173,141); }

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

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

 span { border-color: rgb(86,173,141); }

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