#56AE8B

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

Shades of Keppel #56AE8B

Tints of Keppel #56AE8B

Color information

#56AE8B (or 0x56AE8B) is unknown color: approx Keppel. HEX triplet: 56, AE and 8B. RGB value is (86,174,139). Sum of RGB (Red+Green+Blue) = 86+174+139=399 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.55% from 399); Green value is 174 (68.36% from 255 or 43.61% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 174 - color contains mainly: green. Hex color #56AE8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56AE8B is #A95174. Grayscale: #8F8F8F. Windows color (decimal): -11096437 or 9154134. OLE color: 9154134.

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

Color convert

RGB86174139-
CMYK0.5100.200.32
HSL156.14º35.2%50.98%-
HSV(B)156.14º50.57%68.24%-
XYZ23.6334.1129.77-
YUV143.7125.3586.85-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.55%
GREEN value IS 174 (68.36% from 255) = 43.61%
BLUE value IS 139 (54.69% from 255) = 34.84%
R=21.55%
G=43.61%
B=34.84%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal861741390.5100.200.32156.1435.250.98
Hex56AE8B33014209c2333
Octal12625621363024402344363
Binary1010110101011101000101111001101010010000010011100100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,174,139); }

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

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

 a { background-color: rgb(86,174,139); }

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

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

 span { border-color: rgb(86,174,139); }

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