#56AF8E

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

Shades of Keppel #56AF8E

Tints of Keppel #56AF8E

Color information

#56AF8E (or 0x56AF8E) is unknown color: approx Keppel. HEX triplet: 56, AF and 8E. RGB value is (86,175,142). Sum of RGB (Red+Green+Blue) = 86+175+142=403 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.34% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 175 - color contains mainly: green. Hex color #56AF8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56AF8E is #A95071. Grayscale: #909090. Windows color (decimal): -11096178 or 9350998. OLE color: 9350998.

HSL color Cylindrical-coordinate representation of color #56AF8E: hue angle of 157.75º 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 #56AF8E is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB86175142-
CMYK0.5100.190.31
HSL157.75º35.74%51.18%-
HSV(B)157.75º50.86%68.63%-
XYZ24.0534.5931-
YUV144.63126.5186.18-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.34%
GREEN value IS 175 (68.75% from 255) = 43.42%
BLUE value IS 142 (55.86% from 255) = 35.24%
R=21.34%
G=43.42%
B=35.24%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal861751420.5100.190.31157.7535.7451.18
Hex56AF8E330131F9e2433
Octal12625721663023372364463
Binary101011010101111100011101100110100111111110011110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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