#57BD96

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

Shades of Keppel #57BD96

Tints of Keppel #57BD96

Color information

#57BD96 (or 0x57BD96) is unknown color: approx Keppel. HEX triplet: 57, BD and 96. RGB value is (87,189,150). Sum of RGB (Red+Green+Blue) = 87+189+150=426 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.42% from 426); Green value is 189 (74.22% from 255 or 44.37% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 189 - color contains mainly: green. Hex color #57BD96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57BD96 is #A84269. Grayscale: #9A9A9A. Windows color (decimal): -11027050 or 9878871. OLE color: 9878871.

HSL color Cylindrical-coordinate representation of color #57BD96: hue angle of 157.06º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #57BD96 is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB87189150-
CMYK0.5400.210.26
HSL157.06º43.59%54.12%-
HSV(B)157.06º53.97%74.12%-
XYZ27.6340.6235.24-
YUV154.06125.7180.17-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.42%
GREEN value IS 189 (74.22% from 255) = 44.37%
BLUE value IS 150 (58.98% from 255) = 35.21%
R=20.42%
G=44.37%
B=35.21%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal871891500.5400.210.26157.0643.5954.12
Hex57BD96360151A9d2c36
Octal12727522666025322355466
Binary101011110111101100101101101100101011101010011101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57BD96; }

 p { color: rgb(87,189,150); }

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

<style>
 a { background-color: #57BD96; }

 a { background-color: rgb(87,189,150); }

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

<style>
 span { border-color: #57BD96; }

 span { border-color: rgb(87,189,150); }

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