#56B08A

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

Shades of Keppel #56B08A

Tints of Keppel #56B08A

Color information

#56B08A (or 0x56B08A) is unknown color: approx Keppel. HEX triplet: 56, B0 and 8A. RGB value is (86,176,138). Sum of RGB (Red+Green+Blue) = 86+176+138=400 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.5% from 400); Green value is 176 (69.14% from 255 or 44% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 176 - color contains mainly: green. Hex color #56B08A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56B08A is #A94F75. Grayscale: #909090. Windows color (decimal): -11095926 or 9089110. OLE color: 9089110.

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

Color convert

RGB86176138-
CMYK0.5100.220.31
HSL154.67º36.29%51.37%-
HSV(B)154.67º51.14%69.02%-
XYZ23.9534.8629.51-
YUV144.76124.1886.09-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.5%
GREEN value IS 176 (69.14% from 255) = 44%
BLUE value IS 138 (54.30% from 255) = 34.5%
R=21.5%
G=44%
B=34.5%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal861761380.5100.220.31154.6736.2951.37
Hex56B08A330161F9b2433
Octal12626021263026372334463
Binary101011010110000100010101100110101101111110011011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,176,138); }

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

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

 a { background-color: rgb(86,176,138); }

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

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

 span { border-color: rgb(86,176,138); }

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