#57BA96

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

Shades of Keppel #57BA96

Tints of Keppel #57BA96

Color information

#57BA96 (or 0x57BA96) is unknown color: approx Keppel. HEX triplet: 57, BA and 96. RGB value is (87,186,150). Sum of RGB (Red+Green+Blue) = 87+186+150=423 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.57% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 186 - color contains mainly: green. Hex color #57BA96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57BA96 is #A84569. Grayscale: #989898. Windows color (decimal): -11027818 or 9878103. OLE color: 9878103.

HSL color Cylindrical-coordinate representation of color #57BA96: hue angle of 158.18º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #57BA96 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB87186150-
CMYK0.5300.190.27
HSL158.18º41.77%53.53%-
HSV(B)158.18º53.23%72.94%-
XYZ26.9939.3535.03-
YUV152.29126.781.43-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.57%
GREEN value IS 186 (73.05% from 255) = 43.97%
BLUE value IS 150 (58.98% from 255) = 35.46%
R=20.57%
G=43.97%
B=35.46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal871861500.5300.190.27158.1841.7753.53
Hex57BA96350131B9e2a36
Octal12727222665023332365266
Binary101011110111010100101101101010100111101110011110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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